UNPKG

@whitesev/pops

Version:

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

11 lines (10 loc) 214 B
export declare const PopsSafeUtils: { /** * 获取安全的html */ getSafeHTML(text: string): any; /** * 设置安全的html */ setSafeHTML($el: Element, text: string): void; };