UNPKG

@whitesev/pops

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