UNPKG

151 BTypeScriptView Raw
1export declare const injectCSS: (css: string) => void;
2export declare const makeDefaultCSS: (scope: string | null, backgroundColor: string) => string;