Skip to content

Commit 74cdd9b

Browse files
Sync kit docs (#1648)
sync kit docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent 1c7241f commit 74cdd9b

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

apps/svelte.dev/content/docs/kit/98-reference/[email protected]

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2405,23 +2405,6 @@ type RemoteForm<
24052405

24062406
</div>
24072407

2408-
## RemoteFormAllIssue
2409-
2410-
<div class="ts-block">
2411-
2412-
```dts
2413-
interface RemoteFormAllIssue extends RemoteFormIssue {/*…*/}
2414-
```
2415-
2416-
<div class="ts-block-property">
2417-
2418-
```dts
2419-
path: Array<string | number>;
2420-
```
2421-
2422-
<div class="ts-block-property-details"></div>
2423-
</div></div>
2424-
24252408
## RemoteFormField
24262409

24272410
Form field accessor type that provides name(), value(), and issues() methods
@@ -2541,6 +2524,15 @@ interface RemoteFormIssue {/*…*/}
25412524
message: string;
25422525
```
25432526

2527+
<div class="ts-block-property-details"></div>
2528+
</div>
2529+
2530+
<div class="ts-block-property">
2531+
2532+
```dts
2533+
path: Array<string | number>;
2534+
```
2535+
25442536
<div class="ts-block-property-details"></div>
25452537
</div></div>
25462538

0 commit comments

Comments
 (0)