mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-13 11:46:51 +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>;
|
|
}
|