File size: 171 Bytes
1e92f2d | 1 2 3 4 5 6 7 8 9 | declare const __DEV__: boolean;
import 'instantsearch.js';
declare module 'instantsearch.js' {
declare class InstantSearch {
_preventWidgetCleanup?: boolean;
}
}
|
1e92f2d | 1 2 3 4 5 6 7 8 9 | declare const __DEV__: boolean;
import 'instantsearch.js';
declare module 'instantsearch.js' {
declare class InstantSearch {
_preventWidgetCleanup?: boolean;
}
}
|