@acrool/react-kanban
Advanced tools
Comparing version 1.0.1-alpha.18 to 1.0.1-alpha.19
import { IAcroolKanbanProps } from './types'; | ||
/** | ||
* Acrool 客製化看板工具 | ||
* @param className | ||
* @param style | ||
* @param tasks 單純詳細資料 與順序無關 | ||
@@ -11,3 +13,3 @@ * @param groups 群組資料(順序依賴 與 內包含 tasks順序) | ||
*/ | ||
declare const AcroolKanban: ({ tasks, groups, isVisibleBanner, onClickTaskCard, onChangTaskSequence, onChangDiffGroupTaskSequence, }: IAcroolKanbanProps) => JSX.Element; | ||
declare const AcroolKanban: ({ className, style, tasks, groups, isVisibleBanner, onClickTaskCard, onChangTaskSequence, onChangDiffGroupTaskSequence, }: IAcroolKanbanProps) => JSX.Element; | ||
export default AcroolKanban; |
{ | ||
"name": "@acrool/react-kanban", | ||
"version": "1.0.1-alpha.18", | ||
"version": "1.0.1-alpha.19", | ||
"description": "Most modern kanban with dnd for ReactJS", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
280030
8655