Skip to content

Commit db764b7

Browse files
docs: regenerate API documentation (#849)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 61f180f commit db764b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/functions/localStorageCollectionOptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: localStorageCollectionOptions
1111
function localStorageCollectionOptions<T, TKey>(config): CollectionConfig<InferSchemaOutput<T>, TKey, T, LocalStorageCollectionUtils> & object;
1212
```
1313

14-
Defined in: [packages/db/src/local-storage.ts:279](https://github.com/TanStack/db/blob/main/packages/db/src/local-storage.ts#L279)
14+
Defined in: [packages/db/src/local-storage.ts:316](https://github.com/TanStack/db/blob/main/packages/db/src/local-storage.ts#L316)
1515

1616
Creates localStorage collection options for use with a standard Collection
1717

@@ -126,7 +126,7 @@ await tx.commit()
126126
function localStorageCollectionOptions<T, TKey>(config): CollectionConfig<T, TKey, never, LocalStorageCollectionUtils> & object;
127127
```
128128

129-
Defined in: [packages/db/src/local-storage.ts:299](https://github.com/TanStack/db/blob/main/packages/db/src/local-storage.ts#L299)
129+
Defined in: [packages/db/src/local-storage.ts:336](https://github.com/TanStack/db/blob/main/packages/db/src/local-storage.ts#L336)
130130

131131
Creates localStorage collection options for use with a standard Collection
132132

0 commit comments

Comments
 (0)