UNPKG

igniteui-react-core

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