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.

21 lines (20 loc) 359 B
const getSharedProps = (props) => { const { viewOnly = false, virtualization = true, cardsGap = 8, allowColumnAdder = true, allowListFooter } = props; return { viewOnly, virtualization, cardsGap, allowColumnAdder, allowListFooter }; }; export { getSharedProps }; //# sourceMappingURL=getSharedProps.es.js.map