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