mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-14 03:26:47 +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>;
|
||
|
|
}
|