Skip to content

Commit

Permalink
docs: updated docs (#2811)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred-Skyblue committed Feb 23, 2023
1 parent 8c07384 commit bbf15f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/useManualRefHistory/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export interface UseManualRefHistoryOptions<Raw, Serialized = Raw> {
parse?: (v: Serialized) => Raw

/**
* Deserialize data from the history
* set data source
*/
setSource?: (source: Ref<Raw>, v: Raw) => void
}
Expand Down

0 comments on commit bbf15f4

Please sign in to comment.