import { type UseFieldArrayMove } from "https://deno.land/x/netzo@0.5.70/deps/react-hook-form.ts";
Move field array by supplying from and to index
Examples
Example 1
Example 1
<button type="button" onClick={() => move(0, 1)}>swap</button>
x/netzo/deps/react-hook-form.ts>UseFieldArrayMove
import { type UseFieldArrayMove } from "https://deno.land/x/netzo@0.5.70/deps/react-hook-form.ts";
Move field array by supplying from and to index
Example 1
<button type="button" onClick={() => move(0, 1)}>swap</button>