UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

11 lines (10 loc) 211 B
import { ValueType, Type } from "./type"; /** * @hidden */ export declare class XmlNamespaceManager_NsDecl extends ValueType { static $t: Type; constructor(); a: string; b: string; }