Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/s3si/gui/src/hooks/useSubField.ts>FormProps

Export your battles from SplatNet to https://stat.ink
Go to Latest
type alias FormProps
import { type FormProps } from "https://deno.land/x/s3si@gui-v0.4.16/gui/src/hooks/useSubField.ts";
definition: { value: T; onChange: (value: T) => void; }