Interface LinkProps

Interface for PropTypes for the Link component.

Hierarchy

  • BaseStyleProp<LinkStyles>
    • LinkProps

Properties

children?: ReactNode

The content of the component.

className?: string

The class name to be applied to the element.

classes?: Partial<Record<"root", CSSProperties>>

Override or extend the styles applied to the component.

href: string

The URL to link to.

target?: HTMLAttributeAnchorTarget

The target of the link.

Default

'_blank'

Generated using TypeDoc