| | |
| | | content: string; |
| | | } |
| | | export declare type StyleResources = StyleResource[]; |
| | | export declare type StyleResourcesFunctionalInjector = (source: string, resources: StyleResources) => string | Promise<string>; |
| | | export declare type StyleResourcesFunctionalInjector = (this: LoaderContext, source: string, resources: StyleResources) => string | Promise<string>; |
| | | export declare type StyleResourcesInjector = 'prepend' | 'append' | StyleResourcesFunctionalInjector; |
| | | export declare type StyleResourcesNormalizedInjector = StyleResourcesFunctionalInjector; |
| | | export interface StyleResourcesLoaderOptions { |