UNPKG

wix-style-react

Version:
19 lines (16 loc) 284 B
export const SKINS = { standard: 'standard', premium: 'premium', dark: 'dark', light: 'light', destructive: 'destructive', }; export const SIZES = { tiny: 'tiny', small: 'small', medium: 'medium', }; export const WEIGHT = { thin: 'thin', secondary: 'normal', };