wix-style-react
Version:
wix-style-react
23 lines (20 loc) • 373 B
JavaScript
;
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'
};