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.

8 lines (6 loc) 239 B
import { default as React } from 'react'; interface Props { renderColumnAdder: () => React.ReactNode; } declare const ColumnAdder: ({ renderColumnAdder }: Props) => import("react/jsx-runtime").JSX.Element; export default ColumnAdder;