Element used to render a link styled as an anchor.
An example of a link:
{ tag: 'Link', props: { to: 'base.integration' }, children: 'Click me!' }
HTML children as an array of IStandardElement or as a string.
Must have a to property pointing to a registered route.
Must be Link.
Generated using TypeDoc
Element used to render a link styled as an anchor.
An example of a link:
{ tag: 'Link', props: { to: 'base.integration' }, children: 'Click me!' }