export interface DokuBreadcrumbItem {
    name: string;
    clickCallback?: () => any | Promise<any>;
}
