ukelli-ui
Version:
ukelli-ui 是基于 React 的 UI 库,提供简约和功能齐全的组件,可高度定制的组件接口,灵活的配置,提供给开发者另一种开发思路,也致力于尝试不同的组件使用和开发方向。
18 lines (17 loc) • 356 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.tipIcons = void 0;
var tipIcons = {
normal: '',
success: 'check-circle',
green: 'check-circle',
error: 'times-circle',
red: 'times-circle',
warn: 'exclamation-circle',
orange: 'exclamation-circle',
black: '',
white: ''
};
exports.tipIcons = tipIcons;