import { type UseFieldArrayRemove } from "https://deno.land/x/netzo@0.4.72/deps/react-hook-form.ts";
Remove field/fields at particular position.
Examples
Example 1
Example 1
<button type="button" onClick={() => remove(0)}>Remove</button>
<button
type="button"
onClick={() => remove()}
>
Remove all
</button>