UNPKG

igniteui-react-core

Version:
9 lines (8 loc) 269 B
import { Size } from "./Size"; export interface IgSize { width: number; height: number; } export declare function isSize(s: any): boolean; export declare function sizeFromLiteral(s: IgSize): Size; export declare function sizeToLiteral(s: Size): IgSize;