* Tokens are strings that map to functions. * * @internal
| 7 | * @internal |
| 8 | */ |
| 9 | interface FormKitTokens { |
| 10 | [index: string]: (...args: any[]) => any |
| 11 | } |
| 12 | /** |
| 13 | * The compiler output, a function that adds the required tokens. |
| 14 | * |
nothing calls this directly
no outgoing calls
no test coverage detected