Files
game-cards-poker-design/frontend/node_modules/fabric/vitest.env.d.ts

15 lines
218 B
TypeScript
Raw Normal View History

declare module '*.gif' {
const path: string;
export default path;
}
declare module '*.jpg' {
const path: string;
export default path;
}
declare module '*.png' {
const path: string;
export default path;
}