UNPKG

igniteui-react-core

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