UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

8 lines (7 loc) 332 B
import { KendoComponent } from '../_types/component'; export declare const GANTTTASKWDOT_CLASSNAME = "k-task-dot"; export type KendoGanttTaskDotProps = { position?: "start" | "end"; }; export declare const GanttTaskDot: KendoComponent<KendoGanttTaskDotProps & React.HTMLAttributes<HTMLDivElement>>; export default GanttTaskDot;