UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

10 lines (9 loc) 394 B
import { KendoCardCalloutProps } from '../card'; export declare const TIMELINECARDCALLOUT_CLASSNAME = "k-timeline-card-callout"; export declare const TimelineCardCallout: { (props: KendoCardCalloutProps & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element; states: any[]; className: string; defaultOptions: {}; }; export default TimelineCardCallout;