UNPKG

angular-sidebar-menu

Version:

The sources for this package are in the [Angular Sidebar Menu](https://github.com/mledour/angular-sidebar-menu) repo. Please file issues and pull requests against that repo.

4 lines (3 loc) 164 B
import { TrackByFunction } from '@angular/core'; import { MenuItem } from '../sidebar-menu.interface'; export declare const trackByItem: TrackByFunction<MenuItem>;