ButtonLinkProps
Home > @backstage/canon
> ButtonLinkProps
Properties for ButtonLink
Signature:
export interface ButtonLinkProps extends RALinkProps
Extends: RALinkProps
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
ReactNode |
(Optional) | ||
ReactElement |
(Optional) | ||
ReactElement |
(Optional) | ||
'small' | 'medium' | Partial<Record<Breakpoint, 'small' | 'medium'>> |
(Optional) | ||
'primary' | 'secondary' | 'tertiary' | Partial<Record<Breakpoint, 'primary' | 'secondary' | 'tertiary'>> |
(Optional) |