kontenhumas-fe/types/index.ts

6 lines
108 B
TypeScript
Raw Permalink Normal View History

2025-09-16 08:29:07 +00:00
import {SVGProps} from "react";
export type IconSvgProps = SVGProps<SVGSVGElement> & {
size?: number;
};