UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

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; }