@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
8 lines (7 loc) • 331 B
TypeScript
import { KendoComponent } from '../_types/component';
export declare const GANTTLINE_CLASSNAME = "k-gantt-line";
export type KendoGanttLineProps = {
orientation?: "horizontal" | "vertical";
};
export declare const GanttLine: KendoComponent<KendoGanttLineProps & React.HTMLAttributes<HTMLDivElement>>;
export default GanttLine;