UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

6 lines (5 loc) 339 B
export declare const BREADCRUMBCONTAINER_CLASSNAME = "k-breadcrumb-container"; export type KendoBreadcrumbContainerProps = { collapsing?: null | 'auto' | 'none' | 'wrap'; }; export declare const BreadcrumbContainer: (props: KendoBreadcrumbContainerProps & React.HTMLAttributes<HTMLElement>) => import("react/jsx-runtime").JSX.Element;