1
0
Fork 0
mirror of https://github.com/lukevella/rallly.git synced 2025-05-31 17:56:21 +02:00
rallly/packages/ui/custom.d.ts
Luke Vella e6792a4283
🎨 Update UI package ()
Add new components and update various existing ones.
2024-03-25 15:28:24 +07:00

4 lines
128 B
TypeScript

declare module "*.svg" {
const content: React.FunctionComponent<React.SVGAttributes<SVGElement>>;
export default content;
}