Files
web/types/components/icon.ts
2024-04-16 09:24:31 +02:00

5 lines
63 B
TypeScript

export type IconProps = {
height?: number
width?: number
}