UNPKG

@wix/design-system

Version:

@wix/design-system

14 lines (13 loc) 294 B
"use strict"; exports.__esModule = true; exports.SKINS = exports.SIZES = void 0; var SIZES = exports.SIZES = { SMALL: 'small', MEDIUM: 'medium', LARGE: 'large' }; var SKINS = exports.SKINS = { DARK: 'dark', STANDARD: 'standard' }; //# sourceMappingURL=SelectorButton.constants.js.map