mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-07-07 13:18:30 -06:00
PR-687356: Updating packages and adding support to HMR to server also.
This commit is contained in:
7
src/@types/index.d.ts
vendored
7
src/@types/index.d.ts
vendored
@ -2,3 +2,10 @@ declare module '*.svg' {
|
||||
const content: any;
|
||||
export default content;
|
||||
}
|
||||
|
||||
declare const module: {
|
||||
hot?: {
|
||||
accept(dep?: string, callback?: () => void): void;
|
||||
dispose(callback: () => void): void;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user