@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
6 lines (5 loc) • 320 B
TypeScript
export declare const CARDCALLOUT_CLASSNAME = "k-card-callout";
export type KendoCardCalloutProps = {
callout?: null | 'true' | 'top' | 'bottom' | 'left' | 'right';
};
export declare const CardCallout: (props: KendoCardCalloutProps & React.HTMLAttributes<HTMLSpanElement>) => import("react/jsx-runtime").JSX.Element;