UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

11 lines (10 loc) 255 B
import { List$1 } from "./List$1"; import { PathSegment } from "./PathSegment"; import { Type } from "./type"; /** * @hidden */ export declare class PathSegmentCollection extends List$1<PathSegment> { static $t: Type; constructor(); }