Skip to content

Commit

Permalink
ci: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Sep 23, 2024
1 parent 00e6a35 commit d32900d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/framework/solid/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ title: "@tanstack/solid-form"

## Functions

- [Field](functions/field.md)
- [createField](functions/createfield.md)
- [createForm](functions/createform.md)
- [Field](functions/field.md)
24 changes: 12 additions & 12 deletions docs/framework/solid/reference/interfaces/solidformapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ title: SolidFormApi

## Properties

### createField

```ts
createField: CreateField<TFormData, TFormValidator>;
```

#### Defined in

[createForm.tsx:16](https://github.com/TanStack/form/blob/main/packages/solid-form/src/createForm.tsx#L16)

***

### Field

```ts
Expand Down Expand Up @@ -53,18 +65,6 @@ Subscribe: <TSelected>(props) => Element;

***

### createField

```ts
createField: CreateField<TFormData, TFormValidator>;
```

#### Defined in

[createForm.tsx:16](https://github.com/TanStack/form/blob/main/packages/solid-form/src/createForm.tsx#L16)

***

### useStore()

```ts
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ title: "@tanstack/form-core"
- [DeepValue](type-aliases/deepvalue.md)
- [FieldInfo](type-aliases/fieldinfo.md)
- [FieldMeta](type-aliases/fieldmeta.md)
- [FieldState](type-aliases/fieldstate.md)
- [FieldsErrorMapFromValidator](type-aliases/fieldserrormapfromvalidator.md)
- [FieldState](type-aliases/fieldstate.md)
- [FormState](type-aliases/formstate.md)
- [FormValidateFn](type-aliases/formvalidatefn.md)
- [FormValidator](type-aliases/formvalidator.md)
Expand Down

0 comments on commit d32900d

Please sign in to comment.