UNPKG

igniteui-react-core

Version:
10 lines (9 loc) 237 B
import { Base, Type } from "./type"; import { PathSegmentType } from "./PathSegmentType"; /** * @hidden */ export declare abstract class PathSegment extends Base { static $t: Type; abstract get a(): PathSegmentType; }