UNPKG

381 BTypeScriptView Raw
1declare module '@ember/-internals/glimmer/lib/components/input' {
2 import { type Opaque } from '@ember/-internals/utility-types';
3 import { type OpaqueInternalComponentConstructor } from '@ember/-internals/glimmer/lib/components/internal';
4 const Input: Input;
5 interface Input extends Opaque<'component:input'>, OpaqueInternalComponentConstructor {}
6 export default Input;
7}