mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-07-07 13:18:30 -06:00
PR-049111: making mayor change for add support to prefix url.
This commit is contained in:
6
src/@types/index.d.ts
vendored
6
src/@types/index.d.ts
vendored
@ -1,4 +1,8 @@
|
||||
declare module "*.svg" {
|
||||
const content: any;
|
||||
export default content;
|
||||
}
|
||||
}
|
||||
|
||||
declare module "@config" {
|
||||
export const config: any;
|
||||
}
|
||||
|
Reference in New Issue
Block a user