4 lines
122 B
TypeScript
Raw Normal View History

declare module 'ember-power-select/test-support/helpers' {
export const typeInSearch: (text: string) => Promise<any>;
}