UNPKG

igniteui-react-core

Version:
14 lines (13 loc) 227 B
import { Type } from "./type"; /** * @hidden */ export declare const enum XmlNamespaceScope { All = 0, ExcludeXml = 1, Local = 2 } /** * @hidden */ export declare let XmlNamespaceScope_$type: Type;