Yann
test
f23825d
raw
history blame contribute delete
60 Bytes
export interface ISize {
width: number
height: number
}