export interface ISize {
    width?: number;
    height?: number;
    w?: number;
    h?: number;
}
