Files
wecom_it_smart_desk/frontend-h5/node_modules_old/fabric/vitest.env.d.ts
T

15 lines
218 B
TypeScript

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;
}