icns-frontend/types/width-height-props.ts

5 lines
91 B
TypeScript
Raw Normal View History

2022-12-07 09:17:59 +00:00
export interface WidthHeightProps {
width: string | number;
height: string | number;
}