UNPKG

fastlion-amis

Version:

一种MIS页面生成工具

18 lines (17 loc) 1 kB
/// <reference types="react" /> export declare const WrapperBtn: import("styled-components").StyledComponent<"button", any, { className: "lion-export-btn"; }, "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-export"; width: "100%"; }, "className" | "width">; export declare const WrapperPopover: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const WrapperModalBody: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const WrapperSpin: import("styled-components").StyledComponent<"div", any, { className: "lion-export-loading"; }, "className">;