Skip to content

Commit

Permalink
ci: apply automated fixes and generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 1, 2025
1 parent a029bc7 commit 4eaf3d5
Show file tree
Hide file tree
Showing 19 changed files with 118 additions and 196 deletions.
12 changes: 4 additions & 8 deletions docs/framework/angular/reference/functions/injectstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ function injectStore<TState, TSelected>(
options?): Signal<TSelected>
```

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

### Type Parameters

**TState**
Expand All @@ -38,10 +40,6 @@ options?): Signal<TSelected>

`Signal`\<`TSelected`\>

### Defined in

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

## Call Signature

```ts
Expand All @@ -51,6 +49,8 @@ function injectStore<TState, TSelected>(
options?): Signal<TSelected>
```

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

### Type Parameters

**TState**
Expand All @@ -74,7 +74,3 @@ options?): Signal<TSelected>
### Returns

`Signal`\<`TSelected`\>

### Defined in

[index.ts:24](https://github.com/TanStack/store/blob/main/packages/angular-store/src/index.ts#L24)
6 changes: 2 additions & 4 deletions docs/framework/react/reference/functions/shallow.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ title: shallow
function shallow<T>(objA, objB): boolean
```

Defined in: [index.ts:34](https://github.com/TanStack/store/blob/main/packages/react-store/src/index.ts#L34)

## Type Parameters

**T**
Expand All @@ -26,7 +28,3 @@ function shallow<T>(objA, objB): boolean
## Returns

`boolean`

## Defined in

[index.ts:34](https://github.com/TanStack/store/blob/main/packages/react-store/src/index.ts#L34)
12 changes: 4 additions & 8 deletions docs/framework/react/reference/functions/usestore.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ title: useStore
function useStore<TState, TSelected>(store, selector?): TSelected
```

Defined in: [index.ts:11](https://github.com/TanStack/store/blob/main/packages/react-store/src/index.ts#L11)

### Type Parameters

**TState**
Expand All @@ -31,16 +33,14 @@ function useStore<TState, TSelected>(store, selector?): TSelected

`TSelected`

### Defined in

[index.ts:11](https://github.com/TanStack/store/blob/main/packages/react-store/src/index.ts#L11)

## Call Signature

```ts
function useStore<TState, TSelected>(store, selector?): TSelected
```

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

### Type Parameters

**TState**
Expand All @@ -60,7 +60,3 @@ function useStore<TState, TSelected>(store, selector?): TSelected
### Returns

`TSelected`

### Defined in

[index.ts:15](https://github.com/TanStack/store/blob/main/packages/react-store/src/index.ts#L15)
12 changes: 4 additions & 8 deletions docs/framework/solid/reference/functions/usestore.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ title: useStore
function useStore<TState, TSelected>(store, selector?): Accessor<TSelected>
```

Defined in: [index.tsx:13](https://github.com/TanStack/store/blob/main/packages/solid-store/src/index.tsx#L13)

### Type Parameters

**TState**
Expand All @@ -31,16 +33,14 @@ function useStore<TState, TSelected>(store, selector?): Accessor<TSelected>

`Accessor`\<`TSelected`\>

### Defined in

[index.tsx:13](https://github.com/TanStack/store/blob/main/packages/solid-store/src/index.tsx#L13)

## Call Signature

```ts
function useStore<TState, TSelected>(store, selector?): Accessor<TSelected>
```

Defined in: [index.tsx:17](https://github.com/TanStack/store/blob/main/packages/solid-store/src/index.tsx#L17)

### Type Parameters

**TState**
Expand All @@ -60,7 +60,3 @@ function useStore<TState, TSelected>(store, selector?): Accessor<TSelected>
### Returns

`Accessor`\<`TSelected`\>

### Defined in

[index.tsx:17](https://github.com/TanStack/store/blob/main/packages/solid-store/src/index.tsx#L17)
6 changes: 2 additions & 4 deletions docs/framework/svelte/reference/functions/shallow.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ title: shallow
function shallow<T>(objA, objB): boolean
```

Defined in: [index.svelte.ts:43](https://github.com/TanStack/store/blob/main/packages/svelte-store/src/index.svelte.ts#L43)

## Type Parameters

**T**
Expand All @@ -26,7 +28,3 @@ function shallow<T>(objA, objB): boolean
## Returns

`boolean`

## Defined in

[index.svelte.ts:43](https://github.com/TanStack/store/blob/main/packages/svelte-store/src/index.svelte.ts#L43)
12 changes: 4 additions & 8 deletions docs/framework/svelte/reference/functions/usestore.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ title: useStore
function useStore<TState, TSelected>(store, selector?): object
```

Defined in: [index.svelte.ts:10](https://github.com/TanStack/store/blob/main/packages/svelte-store/src/index.svelte.ts#L10)

### Type Parameters

**TState**
Expand All @@ -37,16 +39,14 @@ function useStore<TState, TSelected>(store, selector?): object
readonly current: TSelected;
```

### Defined in

[index.svelte.ts:10](https://github.com/TanStack/store/blob/main/packages/svelte-store/src/index.svelte.ts#L10)

## Call Signature

```ts
function useStore<TState, TSelected>(store, selector?): object
```

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

### Type Parameters

**TState**
Expand All @@ -72,7 +72,3 @@ function useStore<TState, TSelected>(store, selector?): object
```ts
readonly current: TSelected;
```

### Defined in

[index.svelte.ts:14](https://github.com/TanStack/store/blob/main/packages/svelte-store/src/index.svelte.ts#L14)
6 changes: 2 additions & 4 deletions docs/framework/vue/reference/functions/shallow.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ title: shallow
function shallow<T>(objA, objB): boolean
```

Defined in: [index.ts:47](https://github.com/TanStack/store/blob/main/packages/vue-store/src/index.ts#L47)

## Type Parameters

**T**
Expand All @@ -26,7 +28,3 @@ function shallow<T>(objA, objB): boolean
## Returns

`boolean`

## Defined in

[index.ts:47](https://github.com/TanStack/store/blob/main/packages/vue-store/src/index.ts#L47)
12 changes: 4 additions & 8 deletions docs/framework/vue/reference/functions/usestore.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ title: useStore
function useStore<TState, TSelected>(store, selector?): Readonly<Ref<TSelected>>
```

Defined in: [index.ts:12](https://github.com/TanStack/store/blob/main/packages/vue-store/src/index.ts#L12)

### Type Parameters

**TState**
Expand All @@ -31,16 +33,14 @@ function useStore<TState, TSelected>(store, selector?): Readonly<Ref<TSelected>>

`Readonly`\<`Ref`\<`TSelected`\>\>

### Defined in

[index.ts:12](https://github.com/TanStack/store/blob/main/packages/vue-store/src/index.ts#L12)

## Call Signature

```ts
function useStore<TState, TSelected>(store, selector?): Readonly<Ref<TSelected>>
```

Defined in: [index.ts:16](https://github.com/TanStack/store/blob/main/packages/vue-store/src/index.ts#L16)

### Type Parameters

**TState**
Expand All @@ -60,7 +60,3 @@ function useStore<TState, TSelected>(store, selector?): Readonly<Ref<TSelected>>
### Returns

`Readonly`\<`Ref`\<`TSelected`\>\>

### Defined in

[index.ts:16](https://github.com/TanStack/store/blob/main/packages/vue-store/src/index.ts#L16)
Loading

0 comments on commit 4eaf3d5

Please sign in to comment.