UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

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; }