UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

17 lines (16 loc) 560 B
export declare const TABSTRIPITEMS_CLASSNAME = "k-tabstrip-items"; export type KendoTabStripItemsProps = { tabAlignment?: string; /** @aria When vertical, sets aria-orientation on the tablist */ orientation?: 'horizontal' | 'vertical'; }; export declare const TabStripItems: { (props: KendoTabStripItemsProps & React.HTMLAttributes<HTMLUListElement>): import("react/jsx-runtime").JSX.Element; states: any[]; options: {}; className: string; defaultOptions: { tabAlignment: string; }; }; export default TabStripItems;