UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

8 lines (7 loc) 303 B
export declare const CARDBODY_CLASSNAME = "k-card-body"; export type KendoCardBodyProps = { title?: string; subtitle?: string; details?: boolean; }; export declare const CardBody: (props: KendoCardBodyProps & React.HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;