UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

12 lines (11 loc) 200 B
import { Type } from "./type"; export declare enum Stretch { None = 0, Fill = 1, Uniform = 2, UniformToFill = 3 } /** * @hidden */ export declare let Stretch_$type: Type;