Files
pp-tcms/frontend/types/index.ts
2024-05-19 21:04:45 +09:00

6 lines
110 B
TypeScript

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