Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Export your battles from SplatNet to https://stat.ink
Go to Latest
variable mapFormProps
import { mapFormProps } from "https://deno.land/x/s3si@ci/gui/src/hooks/useSubField.ts";

type

<T, U>(formProps: FormProps<T>, unnamed 1: { mapValue: (v: T) => U; mapOnChange: (v: U) => T; }) => FormProps<U>