Skip to content

Commit e78e6df

Browse files
chore: update workspace config (#253)
* chore: update workspace config * ci: apply automated fixes and generate docs --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 8448af0 commit e78e6df

File tree

44 files changed

+537
-511
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+537
-511
lines changed

docs/framework/angular/reference/functions/injectstore.md renamed to docs/framework/angular/reference/functions/injectStore.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ id: injectStore
33
title: injectStore
44
---
55

6-
<!-- DO NOT EDIT: this page is autogenerated from the type comments -->
7-
86
# Function: injectStore()
97

108
## Call Signature
@@ -13,16 +11,20 @@ title: injectStore
1311
function injectStore<TState, TSelected>(
1412
store,
1513
selector?,
16-
options?): Signal<TSelected>
14+
options?): Signal<TSelected>;
1715
```
1816

1917
Defined in: [index.ts:19](https://github.com/TanStack/store/blob/main/packages/angular-store/src/index.ts#L19)
2018

2119
### Type Parameters
2220

23-
**TState**
21+
#### TState
22+
23+
`TState`
24+
25+
#### TSelected
2426

25-
**TSelected** = `NoInfer`\<`TState`\>
27+
`TSelected` = `NoInfer`\<`TState`\>
2628

2729
### Parameters
2830

@@ -48,16 +50,20 @@ Defined in: [index.ts:19](https://github.com/TanStack/store/blob/main/packages/a
4850
function injectStore<TState, TSelected>(
4951
store,
5052
selector?,
51-
options?): Signal<TSelected>
53+
options?): Signal<TSelected>;
5254
```
5355

5456
Defined in: [index.ts:24](https://github.com/TanStack/store/blob/main/packages/angular-store/src/index.ts#L24)
5557

5658
### Type Parameters
5759

58-
**TState**
60+
#### TState
61+
62+
`TState`
63+
64+
#### TSelected
5965

60-
**TSelected** = `NoInfer`\<`TState`\>
66+
`TSelected` = `NoInfer`\<`TState`\>
6167

6268
### Parameters
6369

docs/framework/angular/reference/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ id: "@tanstack/angular-store"
33
title: "@tanstack/angular-store"
44
---
55

6-
<!-- DO NOT EDIT: this page is autogenerated from the type comments -->
7-
86
# @tanstack/angular-store
97

108
## Functions
119

12-
- [injectStore](../functions/injectstore.md)
10+
- [injectStore](../functions/injectStore.md)

docs/framework/react/reference/functions/shallow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ id: shallow
33
title: shallow
44
---
55

6-
<!-- DO NOT EDIT: this page is autogenerated from the type comments -->
7-
86
# Function: shallow()
97

108
```ts
11-
function shallow<T>(objA, objB): boolean
9+
function shallow<T>(objA, objB): boolean;
1210
```
1311

1412
Defined in: [index.ts:42](https://github.com/TanStack/store/blob/main/packages/react-store/src/index.ts#L42)
1513

1614
## Type Parameters
1715

18-
**T**
16+
### T
17+
18+
`T`
1919

2020
## Parameters
2121

docs/framework/react/reference/functions/usestore.md renamed to docs/framework/react/reference/functions/useStore.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ id: useStore
33
title: useStore
44
---
55

6-
<!-- DO NOT EDIT: this page is autogenerated from the type comments -->
7-
86
# Function: useStore()
97

108
## Call Signature
@@ -13,16 +11,20 @@ title: useStore
1311
function useStore<TState, TSelected>(
1412
store,
1513
selector?,
16-
options?): TSelected
14+
options?): TSelected;
1715
```
1816

1917
Defined in: [index.ts:15](https://github.com/TanStack/store/blob/main/packages/react-store/src/index.ts#L15)
2018

2119
### Type Parameters
2220

23-
**TState**
21+
#### TState
22+
23+
`TState`
24+
25+
#### TSelected
2426

25-
**TSelected** = `NoInfer`\<`TState`\>
27+
`TSelected` = `NoInfer`\<`TState`\>
2628

2729
### Parameters
2830

@@ -48,16 +50,20 @@ Defined in: [index.ts:15](https://github.com/TanStack/store/blob/main/packages/r
4850
function useStore<TState, TSelected>(
4951
store,
5052
selector?,
51-
options?): TSelected
53+
options?): TSelected;
5254
```
5355

5456
Defined in: [index.ts:20](https://github.com/TanStack/store/blob/main/packages/react-store/src/index.ts#L20)
5557

5658
### Type Parameters
5759

58-
**TState**
60+
#### TState
61+
62+
`TState`
63+
64+
#### TSelected
5965

60-
**TSelected** = `NoInfer`\<`TState`\>
66+
`TSelected` = `NoInfer`\<`TState`\>
6167

6268
### Parameters
6369

docs/framework/react/reference/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ id: "@tanstack/react-store"
33
title: "@tanstack/react-store"
44
---
55

6-
<!-- DO NOT EDIT: this page is autogenerated from the type comments -->
7-
86
# @tanstack/react-store
97

108
## Functions
119

1210
- [shallow](../functions/shallow.md)
13-
- [useStore](../functions/usestore.md)
11+
- [useStore](../functions/useStore.md)

docs/framework/solid/reference/functions/shallow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ id: shallow
33
title: shallow
44
---
55

6-
<!-- DO NOT EDIT: this page is autogenerated from the type comments -->
7-
86
# Function: shallow()
97

108
```ts
11-
function shallow<T>(objA, objB): boolean
9+
function shallow<T>(objA, objB): boolean;
1210
```
1311

1412
Defined in: [index.tsx:49](https://github.com/TanStack/store/blob/main/packages/solid-store/src/index.tsx#L49)
1513

1614
## Type Parameters
1715

18-
**T**
16+
### T
17+
18+
`T`
1919

2020
## Parameters
2121

docs/framework/solid/reference/functions/usestore.md renamed to docs/framework/solid/reference/functions/useStore.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ id: useStore
33
title: useStore
44
---
55

6-
<!-- DO NOT EDIT: this page is autogenerated from the type comments -->
7-
86
# Function: useStore()
97

108
## Call Signature
@@ -13,16 +11,20 @@ title: useStore
1311
function useStore<TState, TSelected>(
1412
store,
1513
selector?,
16-
options?): Accessor<TSelected>
14+
options?): Accessor<TSelected>;
1715
```
1816

1917
Defined in: [index.tsx:16](https://github.com/TanStack/store/blob/main/packages/solid-store/src/index.tsx#L16)
2018

2119
### Type Parameters
2220

23-
**TState**
21+
#### TState
22+
23+
`TState`
24+
25+
#### TSelected
2426

25-
**TSelected** = `NoInfer`\<`TState`\>
27+
`TSelected` = `NoInfer`\<`TState`\>
2628

2729
### Parameters
2830

@@ -48,16 +50,20 @@ Defined in: [index.tsx:16](https://github.com/TanStack/store/blob/main/packages/
4850
function useStore<TState, TSelected>(
4951
store,
5052
selector?,
51-
options?): Accessor<TSelected>
53+
options?): Accessor<TSelected>;
5254
```
5355

5456
Defined in: [index.tsx:21](https://github.com/TanStack/store/blob/main/packages/solid-store/src/index.tsx#L21)
5557

5658
### Type Parameters
5759

58-
**TState**
60+
#### TState
61+
62+
`TState`
63+
64+
#### TSelected
5965

60-
**TSelected** = `NoInfer`\<`TState`\>
66+
`TSelected` = `NoInfer`\<`TState`\>
6167

6268
### Parameters
6369

docs/framework/solid/reference/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ id: "@tanstack/solid-store"
33
title: "@tanstack/solid-store"
44
---
55

6-
<!-- DO NOT EDIT: this page is autogenerated from the type comments -->
7-
86
# @tanstack/solid-store
97

108
## Functions
119

1210
- [shallow](../functions/shallow.md)
13-
- [useStore](../functions/usestore.md)
11+
- [useStore](../functions/useStore.md)

docs/framework/svelte/reference/functions/shallow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ id: shallow
33
title: shallow
44
---
55

6-
<!-- DO NOT EDIT: this page is autogenerated from the type comments -->
7-
86
# Function: shallow()
97

108
```ts
11-
function shallow<T>(objA, objB): boolean
9+
function shallow<T>(objA, objB): boolean;
1210
```
1311

1412
Defined in: [index.svelte.ts:51](https://github.com/TanStack/store/blob/main/packages/svelte-store/src/index.svelte.ts#L51)
1513

1614
## Type Parameters
1715

18-
**T**
16+
### T
17+
18+
`T`
1919

2020
## Parameters
2121

docs/framework/svelte/reference/functions/usestore.md renamed to docs/framework/svelte/reference/functions/useStore.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ id: useStore
33
title: useStore
44
---
55

6-
<!-- DO NOT EDIT: this page is autogenerated from the type comments -->
7-
86
# Function: useStore()
97

108
## Call Signature
@@ -13,16 +11,20 @@ title: useStore
1311
function useStore<TState, TSelected>(
1412
store,
1513
selector?,
16-
options?): object
14+
options?): object;
1715
```
1816

1917
Defined in: [index.svelte.ts:14](https://github.com/TanStack/store/blob/main/packages/svelte-store/src/index.svelte.ts#L14)
2018

2119
### Type Parameters
2220

23-
**TState**
21+
#### TState
22+
23+
`TState`
24+
25+
#### TSelected
2426

25-
**TSelected** = `NoInfer`\<`TState`\>
27+
`TSelected` = `NoInfer`\<`TState`\>
2628

2729
### Parameters
2830

@@ -54,16 +56,20 @@ readonly current: TSelected;
5456
function useStore<TState, TSelected>(
5557
store,
5658
selector?,
57-
options?): object
59+
options?): object;
5860
```
5961

6062
Defined in: [index.svelte.ts:19](https://github.com/TanStack/store/blob/main/packages/svelte-store/src/index.svelte.ts#L19)
6163

6264
### Type Parameters
6365

64-
**TState**
66+
#### TState
67+
68+
`TState`
69+
70+
#### TSelected
6571

66-
**TSelected** = `NoInfer`\<`TState`\>
72+
`TSelected` = `NoInfer`\<`TState`\>
6773

6874
### Parameters
6975

0 commit comments

Comments
 (0)