UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

12 lines (11 loc) 408 B
export declare const TIMELINECARDTITLE_CLASSNAME = "k-card-title"; export type KendoTimelineCardTitleProps = { collapsible?: boolean; }; export declare const TimelineCardTitle: { (props: KendoTimelineCardTitleProps & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element; states: any[]; className: string; defaultOptions: {}; }; export default TimelineCardTitle;