UNPKG

@doku-dev/doku-fragment

Version:

A new Angular UI library that moving away from Bootstrap and built from scratch.

5 lines (4 loc) 104 B
export interface DokuBreadcrumbItem { name: string; clickCallback?: () => any | Promise<any>; }