UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

14 lines (13 loc) 535 B
import { KendoCardProps, KendoCardOptions, KendoCardState } from '../card'; export declare const TASKBOARDCARD_CLASSNAME = "k-taskboard-card"; export type KendoTaskBoardCardProps = { category?: boolean; }; export declare const TaskBoardCard: { (props: KendoTaskBoardCardProps & KendoCardProps & KendoCardOptions & KendoCardState & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element; states: any[]; options: {}; className: string; defaultOptions: {}; }; export default TaskBoardCard;