UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

15 lines (14 loc) 449 B
export declare const TIMELINEFLAGWRAP_CLASSNAME = "k-timeline-flag-wrap"; export type KendoFlagWrapProps = { year?: string; }; export declare const TimelineFlagWrap: { (props: KendoFlagWrapProps & React.HTMLAttributes<HTMLLIElement>): import("react/jsx-runtime").JSX.Element; states: ("focus" | "selected")[]; options: {}; className: string; defaultOptions: { year: string; }; }; export default TimelineFlagWrap;