UNPKG

@whitesev/pops

Version:

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

18 lines (17 loc) 398 B
/** * 通用的CSS类名 */ export declare const PopsCommonCSSClassName: { flexCenter: string; flexYCenter: string; flexXCenter: string; hide: string; hideImportant: string; noBorder: string; noBorderImportant: string; userSelectNone: string; lineHeightCenter: string; widthFill: string; textIsDisabled: string; textIsDisabledImportant: string; };