@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
13 lines (12 loc) • 451 B
TypeScript
export declare const MENU_SCROLLABLE_WRAPPER_CLASS = "k-menu-scroll-wrapper";
export type KendoMenuScrollableWrapperProps = {
orientation?: string;
};
export declare const MenuScrollableWrapper: {
(props: KendoMenuScrollableWrapperProps & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
states: any[];
options: {};
className: string;
defaultOptions: {};
};
export default MenuScrollableWrapper;