icns-frontend/types/width-height-props.ts
2022-12-07 18:17:59 +09:00

5 lines
91 B
TypeScript

export interface WidthHeightProps {
width: string | number;
height: string | number;
}