@whitesev/pops
Version:
弹窗库
35 lines (34 loc) • 783 B
TypeScript
export declare const PopsCSS: {
/** 主CSS */
index: string;
/** 九宫格位置CSS */
ninePalaceGridPosition: string;
/** 滚动条CSS */
scrollbar: string;
/** 按钮CSS */
button: string;
/** 通用的CSS */
common: string;
/** 动画 */
anim: string;
/** pops.alert */
alertCSS: string;
/** pops.cponfirm */
confirmCSS: string;
/** pops.prompt */
promptCSS: string;
/** pops.loading */
loadingCSS: string;
/** pops.iframe */
iframeCSS: string;
/** pops.tooltip */
tooltipCSS: string;
/** pops.drawer */
drawerCSS: string;
/** pops.folder */
folderCSS: string;
/** pops.folder */
panelCSS: string;
/** pops.rightClickMenu */
rightClickMenu: string;
};