Files
pp-tcms/frontend/types/index.ts
Takeshi Kimata 1eba1b190a Initial commit
2024-02-03 19:53:09 +09:00

6 lines
108 B
TypeScript

import {SVGProps} from "react";
export type IconSvgProps = SVGProps<SVGSVGElement> & {
size?: number;
};