UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

8 lines (7 loc) 331 B
import { KendoComponent } from '../_types/component'; export declare const TIMELINEFLAG_CLASSNAME = "k-timeline-flag"; export type KendoTimelineFlagOptions = { content?: string; }; export declare const TimelineFlag: KendoComponent<KendoTimelineFlagOptions & React.HTMLAttributes<HTMLSpanElement>>; export default TimelineFlag;