mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-05-07 15:08:09 -06:00
9 lines
139 B
TypeScript
9 lines
139 B
TypeScript
declare module "*.svg" {
|
|
const content: any;
|
|
export default content;
|
|
}
|
|
|
|
declare module "@config" {
|
|
export const config: any;
|
|
}
|