UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

13 lines (12 loc) 415 B
export declare const SEPARATOR_CLASSNAME = "k-separator"; export type KendoMenuSeparatorProps = { orientation?: 'horizontal' | 'vertical'; }; export declare const MenuSeparator: { (props: KendoMenuSeparatorProps & React.HTMLAttributes<HTMLLIElement>): import("react/jsx-runtime").JSX.Element; className: string; defaultOptions: { orientation: string; }; }; export default MenuSeparator;