UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

9 lines (8 loc) 390 B
import { KendoComponent } from '../_types/component'; export declare const PANELBAR_CLASSNAME = "k-panelbar"; export type KendoPanelBarProps = { /** @aria aria-activedescendant - Points to the currently focused item */ activeDescendant?: string; }; export declare const PanelBar: KendoComponent<KendoPanelBarProps & React.HTMLAttributes<HTMLUListElement>>; export default PanelBar;