UNPKG

338 BTypeScriptView Raw
1declare module 'ember-template-compiler/minimal' {
2 export { default as precompile } from 'ember-template-compiler/lib/system/precompile';
3 export { buildCompileOptions as _buildCompileOptions } from 'ember-template-compiler/lib/system/compile-options';
4 export { preprocess as _preprocess, print as _print } from '@glimmer/syntax';
5}