UNPKG

igniteui-react-core

Version:
14 lines (13 loc) 357 B
import { ValueType, Type } from "./type"; /** * @hidden */ export declare class XmlTextReader_TagName extends ValueType { static $t: Type; constructor(a: number, b: string, c: string, d: string); constructor(); constructor(a: number, ..._rest: any[]); readonly b: string; readonly a: string; readonly c: string; }