@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
8 lines (7 loc) • 313 B
TypeScript
export declare const CARDHEADER_CLASSNAME = "k-card-header";
export type KendoCardHeaderProps = {
title?: string;
subtitle?: string;
details?: boolean;
};
export declare const CardHeader: (props: KendoCardHeaderProps & React.HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;