UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

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;