@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
14 lines (13 loc) • 398 B
TypeScript
export type KendoSchedulerGroupProps = {
orientation?: "horizontal" | "vertical";
};
export declare const SchedulerGroup: {
(props: KendoSchedulerGroupProps & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
states: any[];
options: {};
defaultOptions: {
orientation: string;
};
className: string;
};
export default SchedulerGroup;