feat: whyrating - initial project from turbostarter boilerplate
This commit is contained in:
5
packages/ui/shared/src/typings/svg.d.ts
vendored
Normal file
5
packages/ui/shared/src/typings/svg.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
declare module "*.svg" {
|
||||
import type { FC, SVGProps } from "react";
|
||||
const content: FC<SVGProps<SVGElement>>;
|
||||
export default content;
|
||||
}
|
||||
Reference in New Issue
Block a user