UNPKG

igniteui-react-core

Version:
12 lines (11 loc) 214 B
import { Base, Type } from "./type"; /** * @hidden */ export declare class PropertyPath extends Base { static $t: Type; private a; get b(): string; set b(a: string); constructor(a: string); }