UNPKG

crud-hook

Version:

Make CRUD operation easier.

6 lines (5 loc) 296 B
import { default as useDrawerDescription } from './hooks/useDrawerDescription'; import { default as useProForm } from './hooks/useProForm'; import { default as useProTable } from './hooks/useProTable'; export * from './types/crud-table'; export { useProTable, useProForm, useDrawerDescription };