Type alias ButtonProps

ButtonProps: ButtonSharedProps & {
    onClick: ((event: ButtonClickEvent) => void);
    style?: "primary" | "secondary" | "success" | "danger";
}

Generated using TypeDoc