UNPKG

165 BTypeScriptView Raw
1export * from './webpack-hmr';
2export * from './hmr-decorator';
3export * from './hmr-store';
4export declare function provideHmrState(initialState?: {}): Array<any>;