mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
4 lines
128 B
TypeScript
4 lines
128 B
TypeScript
declare module "*.svg" {
|
|
const content: React.FunctionComponent<React.SVGAttributes<SVGElement>>;
|
|
export default content;
|
|
}
|