UNPKG

linkmore-design

Version:

🌈 πŸš€lmη»„δ»ΆεΊ“γ€‚πŸš€

14 lines (13 loc) β€’ 317 B
interface IdndItems { row?: string[]; col?: string[]; tableHeader?: string[]; } declare function useDndItems(props: any): { dndColumns: any; items: IdndItems; groupRowKeys: any; groupColKeys: any; updateItems: (value: IdndItems, resume: string) => void; }; export default useDndItems;