UNPKG

accelerator-core

Version:

[![Build Status](https://travis-ci.org/furkleindustries/accelerator-core.svg?branch=master)](https://travis-ci.org/furkleindustries/accelerator-core)

14 lines (12 loc) 278 B
import { INamed, } from '../../interfaces/INamed'; import { TreeSelector, } from './TreeSelector'; export interface IBreadcrumbItem extends INamed { readonly logo?: string; readonly logoAlt?: string; readonly title?: string; readonly treeSelector?: TreeSelector; }