element-call-Github/test/mocks/svgr.ts

4 lines
92 B
TypeScript
Raw Normal View History

2023-07-01 06:45:32 +08:00
// Mock file for SVG imports
export default "SvgrURL";
export const ReactComponent = "div";