UNPKG

197 BTypeScriptView Raw
1declare module '@ember/component/helper' {
2 export {
3 Helper as default,
4 helper,
5 type FunctionBasedHelper,
6 type FunctionBasedHelperInstance,
7 } from '@ember/-internals/glimmer';
8}