Function Action

Action is a round-shaped button or a link, usually used at headers/toolbars.

Its label is displayed below the circular shape.

Properties

$$typeof: symbol
defaultProps?: Partial<
    (Props & RefAttributes<HTMLAnchorElement | HTMLButtonElement>),
>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

propTypes?: WeakValidationMap<
    (Props & RefAttributes<HTMLAnchorElement | HTMLButtonElement>),
>