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.

7 lines (5 loc) 275 B
import { BoardProps } from '../components'; export declare const useKanbanContext: () => Partial<BoardProps>; export declare const KanbanProvider: ({ children, ...props }: Partial<BoardProps> & { children: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element;