web-humas-fe/types/index.ts

6 lines
108 B
TypeScript
Raw Normal View History

2024-01-05 06:57:30 +00:00
import {SVGProps} from "react";
export type IconSvgProps = SVGProps<SVGSVGElement> & {
size?: number;
};