UNPKG

fastlion-amis

Version:

一种MIS页面生成工具

14 lines (13 loc) 824 B
/// <reference types="react" /> export declare const WrapperFileUpload: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const WrapperBtn: import("styled-components").StyledComponent<"button", any, { className: "import-btn-click"; }, "className">; export declare const WrapperModal: import("styled-components").StyledComponent<import("react").FC<import("antd/lib/Modal").ModalProps> & import("antd/lib/Modal/confirm").ModalStaticFunctions & { useModal: typeof import("antd/lib/Modal/useModal").default; destroyAll: () => void; config: typeof import("antd/lib/Modal/confirm").modalGlobalConfig; }, any, { className: "lion-cell-import"; }, "className">; export declare const WrapperLoading: import("styled-components").StyledComponent<"div", any, {}, never>;