UNPKG

igniteui-react-core

Version:
16 lines (15 loc) 242 B
import { Type } from "./type"; /** */ export declare enum EntityHandling { /** */ ExpandEntities = 1, /** */ ExpandCharEntities = 2 } /** * @hidden */ export declare let EntityHandling_$type: Type;