UNPKG

igniteui-react-core

Version:
13 lines (12 loc) 289 B
import { Base, Type } from "./type"; /** * @hidden */ export declare class XNamespace extends Base { static $t: Type; private a; constructor(a: string); static get(a: string): XNamespace; static get xmlns(): XNamespace; get namespaceName(): string; }