MCPcopy Index your code
hub / github.com/formkit/formkit / FormKitTokens

Interface FormKitTokens

packages/core/src/compiler.ts:9–11  ·  view source on GitHub ↗

* Tokens are strings that map to functions. * * @internal

Source from the content-addressed store, hash-verified

7 * @internal
8 */
9interface FormKitTokens {
10 [index: string]: (...args: any[]) => any
11}
12/**
13 * The compiler output, a function that adds the required tokens.
14 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected