UNPKG

react-kanban-kit

Version:

A flexible and customizable Kanban board component for React applications, built with TypeScript and modern drag-and-drop functionality powered by Atlassian's pragmatic-drag-and-drop.

5 lines (3 loc) 169 B
import { CardRenderProps } from '../types'; declare const DefaultCard: (props: CardRenderProps) => import("react/jsx-runtime").JSX.Element; export default DefaultCard;