@sheerid/jslib
    Preparing search index...

    Variable ButtonConst

    Button: {
        Destructive: FC<ButtonProps>;
        LinkLike: FC<ButtonProps>;
        Primary: FC<ButtonProps>;
        Secondary: FC<ButtonProps>;
    } = ...

    Type Declaration

    • Destructive: FC<ButtonProps>
    • LinkLike: FC<ButtonProps>
    • Primary: FC<ButtonProps>
    • Secondary: FC<ButtonProps>