UNPKG

flowbite-svelte

Version:

Flowbite components for Svelte

5 lines (4 loc) 217 B
import type { KanbanBoardProps } from "../types"; declare const KanbanBoard: import("svelte").Component<KanbanBoardProps, {}, "columns">; type KanbanBoard = ReturnType<typeof KanbanBoard>; export default KanbanBoard;