UNPKG

@whitesev/pops

Version:

弹窗库,包含了alert、confirm、prompt、drawer、folder、loading、iframe、panel、tooltip、searchSuggestion、rightClickMenu组件

9 lines (8 loc) 241 B
import type { PopsInstGeneralConfig } from "./types/inst"; import type { PopsInstStoreType } from "./types/main"; /** * 弹窗实例数据 */ export declare const PopsInstData: { [key in PopsInstStoreType]: PopsInstGeneralConfig[]; };