@wix/design-system
Version:
@wix/design-system
18 lines (17 loc) • 412 B
JavaScript
;
exports.__esModule = true;
exports.SKINS = exports.DIRECTIONS = void 0;
var DIRECTIONS = exports.DIRECTIONS = {
horizontal: 'horizontal',
vertical: 'vertical'
};
var SKINS = exports.SKINS = {
light: 'light',
dark: 'dark',
standard: 'standard',
warning: 'warning',
destructive: 'destructive',
success: 'success',
premium: 'premium'
};
//# sourceMappingURL=Divider.constants.js.map