export interface IInset {
    top: number;
    left: number;
    right: number;
    bottom: number;
}
