UNPKG

268 BTypeScriptView Raw
1declare module '@ember/template-compiler/lib/compile-options' {
2 import type { EmberPrecompileOptions } from '@ember/template-compiler/lib/types';
3 export default function compileOptions(
4 _options?: Partial<EmberPrecompileOptions>
5 ): EmberPrecompileOptions;
6}