mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 18:26:34 +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;
|
|
}
|