UNPKG

@whitesev/pops

Version:

弹窗库

18 lines (16 loc) 355 B
import type { PopsLayerCommonConfig } from "./types/layer"; import type { PopsLayerMode } from "./types/main"; export const PopsLayer = { alert: [], confirm: [], prompt: [], loading: [], iframe: [], tooltip: [], drawer: [], folder: [], panel: [], rightClickMenu: [], } as { [key in PopsLayerMode]: PopsLayerCommonConfig[]; };