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 TIMELINEDATEWRAP_CLASSNAME = "k-timeline-date-wrap"; export type KendoDateWrapProps = { date?: string; }; export declare const TimelineDateWrap: KendoComponent<KendoDateWrapProps & React.HTMLAttributes<HTMLDivElement>>; export default TimelineDateWrap;