mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-25 17:15:09 +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>;
|
|
}
|