@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
7 lines (6 loc) • 313 B
TypeScript
export declare const TIMELINEFLAG_CLASSNAME = "k-timeline-flag";
export type KendoTimelineFlagOptions = {
content?: string;
};
export declare const TimelineFlag: (props: KendoTimelineFlagOptions & React.HTMLAttributes<HTMLSpanElement>) => import("react/jsx-runtime").JSX.Element;
export default TimelineFlag;