UNPKG

vue-runtime-helpers

Version:
11 lines (10 loc) 275 B
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;