UNPKG

wix-style-react

Version:
21 lines (18 loc) 320 B
export const SIZES = { tiny: 'tiny', small: 'small', medium: 'medium', }; export const SKINS = { standard: 'standard', error: 'error', success: 'success', premium: 'premium', disabled: 'disabled', primary: 'primary', }; export const WEIGHTS = { thin: 'thin', normal: 'normal', bold: 'bold', };