// @todo TypeScript does not include type definitions for the Resize Observer specification yet.
export interface IResizeObserverSize {
    readonly blockSize: number;

    readonly inlineSize: number;
}
