UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

8 lines (7 loc) 368 B
export declare const CARDHEADER_CLASSNAME = "k-card-header"; export type KendoCardHeaderProps = { title?: string | React.JSX.Element; subtitle?: string | React.JSX.Element; details?: boolean; }; export declare const CardHeader: (props: KendoCardHeaderProps & Omit<React.HTMLAttributes<HTMLDivElement>, "title">) => import("react/jsx-runtime").JSX.Element;