@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
8 lines (7 loc) • 379 B
TypeScript
import { KendoComponent } from '../_types/component';
export declare const MENU_SCROLLABLE_WRAPPER_CLASS = "k-menu-scroll-wrapper";
export type KendoMenuScrollableWrapperProps = {
orientation?: string;
};
export declare const MenuScrollableWrapper: KendoComponent<KendoMenuScrollableWrapperProps & React.HTMLAttributes<HTMLDivElement>>;
export default MenuScrollableWrapper;