UNPKG

@coreui/angular

Version:

CoreUI for Angular UI components library

10 lines (9 loc) 295 B
import { INavAttributes, INavLinkProps } from '../../coreui.types'; interface IBreadcrumbItem { label: string; url?: string | any[]; attributes?: INavAttributes; linkProps?: INavLinkProps; class?: string; } export { INavAttributes, INavLinkProps, IBreadcrumbItem };