UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

19 lines (18 loc) 265 B
import { Type } from "./type"; /** */ export declare enum WhitespaceHandling { /** */ All = 0, /** */ Significant = 1, /** */ None = 2 } /** * @hidden */ export declare let WhitespaceHandling_$type: Type;