UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

8 lines (7 loc) 345 B
import { KendoComponent } from '../_types/component'; export declare const SEPARATOR_CLASSNAME = "k-separator"; export type KendoMenuSeparatorProps = { orientation?: 'horizontal' | 'vertical'; }; export declare const MenuSeparator: KendoComponent<KendoMenuSeparatorProps & React.HTMLAttributes<HTMLLIElement>>; export default MenuSeparator;