UNPKG

igniteui-react-core

Version:
12 lines (11 loc) 241 B
import { Base, Type } from "./type"; import { XmlSpace } from "./XmlSpace"; /** * @hidden */ export declare class XmlParserContext_ContextItem extends Base { static $t: Type; a: string; b: string; c: XmlSpace; }