UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

11 lines (10 loc) 236 B
import { XObject } from "./XObject"; import { XmlNode } from "./xml"; import { Type } from "./type"; /** * @hidden */ export declare abstract class XNode extends XObject { static $t: Type; constructor(a: XmlNode); }