Type alias LinkProps

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

Generated using TypeDoc