mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
11 lines
189 B
TypeScript
11 lines
189 B
TypeScript
/// <reference types="react-scripts" />
|
|
declare module '*.png' {
|
|
const src: string;
|
|
export default src;
|
|
}
|
|
|
|
declare module '*.gif' {
|
|
const src: string;
|
|
export default src;
|
|
}
|