You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
292 B
TypeScript
12 lines
292 B
TypeScript
|
6 years ago
|
import { MenuItem } from '../common/menuitem';
|
||
|
|
export declare class Breadcrumb {
|
||
|
|
model: MenuItem[];
|
||
|
|
style: any;
|
||
|
|
styleClass: string;
|
||
|
|
home: MenuItem;
|
||
|
|
itemClick(event: any, item: MenuItem): void;
|
||
|
|
onHomeClick(event: any): void;
|
||
|
|
}
|
||
|
|
export declare class BreadcrumbModule {
|
||
|
|
}
|