UNPKG

wix-style-react

Version:
16 lines (15 loc) 334 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Appearance = void 0; var Appearance = { Warning: 'warning', Standard: 'standard', Danger: 'danger', Success: 'success', Premium: 'premium', Preview: 'preview', ExperimentalDark: 'experimentalDark' }; exports.Appearance = Appearance;