UNPKG

wix-style-react

Version:
23 lines (20 loc) 373 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var SIZES = exports.SIZES = { tiny: 'tiny', small: 'small', medium: 'medium' }; var SKINS = exports.SKINS = { standard: 'standard', error: 'error', success: 'success', premium: 'premium' }; var WEIGHTS = exports.WEIGHTS = { thin: 'thin', normal: 'normal', bold: 'bold' };