UNPKG

igniteui-react-core

Version:
13 lines (12 loc) 286 B
import { Base, Type } from "./type"; import { DescriptionPath } from "./DescriptionPath"; /** * @hidden */ export declare class DescriptionPathParser extends Base { static $t: Type; parse(a: string): DescriptionPath; private d; private a; private b; }