UNPKG

@spaced-out/ui-design-system

Version:
13 lines (12 loc) 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ALERT_SEMANTIC = void 0; const ALERT_SEMANTIC = exports.ALERT_SEMANTIC = Object.freeze({ neutral: 'neutral', success: 'success', information: 'information', warning: 'warning', danger: 'danger' });