Type alias LinkProps

LinkProps: ButtonSharedProps & {
    children?: string;
    url: string;
}

Type declaration

  • Optional children?: string

    The link text

  • url: string

    The URL the link should lead to

Generated using TypeDoc