UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

10 lines (9 loc) 444 B
import { KendoComponent } from '../_types/component'; export declare const TIMELINEHORIZONTALEVENT_CLASSNAME = "k-timeline-event"; export type KendoHorizontalTimelineEventProps = { content?: string | React.JSX.Element; title?: string; subtitle?: string; }; export declare const HorizontalTimelineEvent: KendoComponent<KendoHorizontalTimelineEventProps & React.HTMLAttributes<HTMLLIElement>>; export default HorizontalTimelineEvent;