/// import { Types } from "@nexys/core-list"; import { FormProps } from "@nexys/react-bootstrap/dist/headless/form/type"; import { ViewField } from "@nexys/react-bootstrap/dist/headless/view/type"; import { CrudRequest, ExtraUnit, CrudOptions } from "@nexys/react-bootstrap/dist/headless/crud/type"; declare const Crud: (def: Types.Definition, Form: (p: FormProps) => JSX.Element, viewFields: ViewField[], urlPrefix: string, crud: CrudRequest, extras?: ExtraUnit[] | undefined, options?: CrudOptions | undefined) => () => JSX.Element; export default Crud;