mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-14 12:16:52 +00:00
4 lines
122 B
TypeScript
4 lines
122 B
TypeScript
![]() |
declare module 'ember-power-select/test-support/helpers' {
|
||
|
export const typeInSearch: (text: string) => Promise<any>;
|
||
|
}
|