UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

11 lines (8 loc) 263 B
/** * MSKCC 2021, 2024 */ /** * @deprecated use ButtonKinds export from Button component instead */ const ButtonKinds = ['primary', 'secondary', 'danger', 'ghost', 'danger--primary', 'danger--ghost', 'danger--tertiary', 'tertiary']; export { ButtonKinds };