UNPKG

@eclipse-scout/core

Version:
10 lines 415 B
import { Action, BreadcrumbItemModel } from '../index'; export declare class BreadcrumbItem extends Action implements BreadcrumbItemModel { model: BreadcrumbItemModel; /** Arbitrary reference value, can be used to find and select modes (see BreadcrumbBar.js) */ ref: any; constructor(); protected _render(): void; protected _renderText(): void; } //# sourceMappingURL=BreadcrumbItem.d.ts.map