UNPKG

@txdfe/at

Version:

一个设计体系组件库

12 lines (11 loc) 246 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ToastStatus = void 0; var ToastStatus = exports.ToastStatus = Object.freeze({ Error: 'error', Success: 'success', Warning: 'warning', Info: 'info' });