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 TIMELINEFLAGWRAP_CLASSNAME = "k-timeline-flag-wrap"; export type KendoFlagWrapProps = { year?: string; }; export declare const TimelineFlagWrap: KendoComponent<KendoFlagWrapProps & React.HTMLAttributes<HTMLLIElement>>; export default TimelineFlagWrap;