UNPKG

@sms-frontend/components

Version:

SMS Design React UI Library.

8 lines (7 loc) 272 B
export declare type ModalConfigType = { prefixCls?: string; simple?: boolean; }; export declare const setModalConfig: (config: ModalConfigType) => void; export declare const getModalConfig: () => ModalConfigType; export declare const destroyList: Array<Function>;