Version: 0.0.00.1.00.1.10.1.20.2.01.0.01.0.11.0.21.1.01.1.11.1.2
export interface StyleSource {
source: string;
media?: string;
moduleName?: string;
module?: {
[key: string]: string;
};
map?: any;
}
export default function createInjectorSSR(context: any): (id: string, style: StyleSource) => void;