mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-01 09:30:01 +08:00
chore: bump up all non-major dependencies (#11351)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: LongYinan <lynweklm@gmail.com>
This commit is contained in:
@@ -610,10 +610,10 @@ const extension = store.get(SomeExtension);
|
||||
|
||||
##### Returns
|
||||
|
||||
`Function`
|
||||
|
||||
The extension instance
|
||||
|
||||
> \<`T`\>(`identifier`, `options`?): `T`
|
||||
|
||||
###### Type Parameters
|
||||
|
||||
###### T
|
||||
@@ -653,10 +653,10 @@ const extension = store.getOptional(SomeExtension);
|
||||
|
||||
##### Returns
|
||||
|
||||
`Function`
|
||||
|
||||
The extension instance
|
||||
|
||||
> \<`T`\>(`identifier`, `options`?): `null` \| `T`
|
||||
|
||||
###### Type Parameters
|
||||
|
||||
###### T
|
||||
@@ -743,7 +743,7 @@ store.undo(); // undo op1, op2
|
||||
|
||||
##### Returns
|
||||
|
||||
`Function`
|
||||
> (): `void`
|
||||
|
||||
###### Returns
|
||||
|
||||
@@ -775,7 +775,7 @@ Redo the last undone transaction.
|
||||
|
||||
##### Returns
|
||||
|
||||
`Function`
|
||||
> (): `void`
|
||||
|
||||
###### Returns
|
||||
|
||||
@@ -793,7 +793,7 @@ Reset the history of the store.
|
||||
|
||||
##### Returns
|
||||
|
||||
`Function`
|
||||
> (): `void`
|
||||
|
||||
###### Returns
|
||||
|
||||
@@ -820,7 +820,7 @@ store.transact(() => {
|
||||
|
||||
##### Returns
|
||||
|
||||
`Function`
|
||||
> (`fn`, `shouldTransact`?): `void`
|
||||
|
||||
###### Parameters
|
||||
|
||||
@@ -848,7 +848,7 @@ Undo the last transaction.
|
||||
|
||||
##### Returns
|
||||
|
||||
`Function`
|
||||
> (): `void`
|
||||
|
||||
###### Returns
|
||||
|
||||
@@ -875,7 +875,7 @@ store.withoutTransact(() => {
|
||||
|
||||
##### Returns
|
||||
|
||||
`Function`
|
||||
> (`fn`): `void`
|
||||
|
||||
###### Parameters
|
||||
|
||||
|
||||
Reference in New Issue
Block a user