@wfrog/vc
Version:
vue3 组件库 vc
28 lines (25 loc) • 737 B
JavaScript
import { Close, CircleClose, CircleCheck, Loading, InfoFilled, CircleCloseFilled, WarningFilled, SuccessFilled } from '@element-plus/icons-vue';
import { d as definePropType } from '../../chunk/E_WRn0OP.mjs';
const iconPropType = definePropType([
String,
Object,
Function
]);
const CloseComponents = {
Close
};
const TypeComponents = {
Close};
const TypeComponentsMap = {
primary: InfoFilled,
success: SuccessFilled,
warning: WarningFilled,
error: CircleCloseFilled,
info: InfoFilled
};
const ValidateComponentsMap = {
validating: Loading,
success: CircleCheck,
error: CircleClose
};
export { CloseComponents as C, TypeComponentsMap as T, ValidateComponentsMap as V, TypeComponents as a, iconPropType as i };