UNPKG

coersystem

Version:

Library for Angular projects

7 lines (6 loc) 125 B
export interface IBreadcrumb { page: string; path?: string | null; queryParams?: any; click?: (() => any); }