UNPKG

1.45 kBTypeScriptView Raw
1declare const EMBER_CLI_EYEGLASS: {
2 name: any;
3 included(parent: any): void;
4 initSelf(): void;
5 postBuild(_result: any): void;
6 _resetCaches(): void;
7 buildError(_error: any): void;
8 postprocessTree(type: any, tree: any): any;
9 setupPreprocessorRegistry(type: any, registry: any): void;
10 extractConfig(host: any, addon: any): any;
11 linkAsset(srcFile: string, httpRoot: string, destUri: string): string;
12 setupConfig(config: import("broccoli-eyeglass/lib/broccoli_sass_compiler").BroccoliSassOptions & import("eyeglass/lib/util/Options").EyeglassOptions & {
13 assets?: string | string[];
14 assetsHttpPrefix?: string;
15 configureEyeglass?: (eyeglass: import("eyeglass/lib/Eyeglass").default, sass: typeof import("node-sass"), details: import("broccoli-eyeglass/lib/broccoli_sass_compiler").CompilationDetails) => unknown;
16 relativeAssets?: boolean;
17 }, options: any): import("broccoli-eyeglass/lib/broccoli_sass_compiler").BroccoliSassOptions & import("eyeglass/lib/util/Options").EyeglassOptions & {
18 assets?: string | string[];
19 assetsHttpPrefix?: string;
20 configureEyeglass?: (eyeglass: import("eyeglass/lib/Eyeglass").default, sass: typeof import("node-sass"), details: import("broccoli-eyeglass/lib/broccoli_sass_compiler").CompilationDetails) => unknown;
21 relativeAssets?: boolean;
22 };
23};
24export = EMBER_CLI_EYEGLASS;
25//# sourceMappingURL=index.d.ts.map
\No newline at end of file