nitro-react/src/common/types/ColorVariantType.ts

2 lines
149 B
TypeScript

export type ColorVariantType = 'primary' | 'success' | 'danger' | 'secondary' | 'link' | 'black' | 'white' | 'dark' | 'warning' | 'muted' | 'light';