UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

13 lines (12 loc) 395 B
interface Options { attachTo?: Element; csp?: { nonce?: string; }; prepend?: boolean; mark?: string; } export declare function injectCSS(css: string, option?: Options): HTMLStyleElement; export declare function removeCSS(key: string, option?: Options): void; export declare function updateCSS(css: string, key: string, option?: Options): HTMLStyleElement; export {};