Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
declare const __DEV__: boolean;
import 'instantsearch.js';
declare module 'instantsearch.js' {
declare class InstantSearch {
_preventWidgetCleanup?: boolean;
}
}