UNPKG

igniteui-react-core

Version:
16 lines (15 loc) 304 B
import { Base, Type } from "./type"; import { XmlSpace } from "./XmlSpace"; /** * @hidden */ export declare class XmlTextWriter_XmlNodeInfo extends Base { static $t: Type; e: string; c: string; d: string; b: boolean; a: boolean; f: string; g: XmlSpace; }