export type VariantType = 'contained' | 'outlined' | 'link'; export type colorType = 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'light' | 'dark';