UNPKG

@kui-shell/plugin-client-common

Version:

Kui plugin that offers stylesheets

8 lines (7 loc) 206 B
import type { Breadcrumb } from '@kui-shell/core'; type TopNavBreadcrumb = Breadcrumb & { deemphasize?: boolean; isCurrentPage?: boolean; className?: string; }; export default TopNavBreadcrumb;