UNPKG

choerodon-ui

Version:

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

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