fastlion-amis
Version:
一种MIS页面生成工具
8 lines (7 loc) • 412 B
TypeScript
declare const _default: {
_success: (content: string, container?: any, duration?: number | undefined) => void;
_error: (content: string, container?: any, duration?: number | undefined) => void;
_info: (content: string, container?: any, duration?: number | undefined) => void;
_warning: (content: string, container?: any, duration?: number | undefined) => void;
};
export default _default;