File size: 60 Bytes
f23825d
 
 
 
1
2
3
4
5
export interface ISize {
  width: number
  height: number
}