home-lab/global.d.ts

5 lines
128 B
TypeScript
Raw Normal View History

2024-03-15 09:05:49 +07:00
declare module "*.svg" {
const content: React.FunctionComponent<React.SVGAttributes<SVGElement>>;
export default content;
}