chore: typo (#5732) [ci skip]

This commit is contained in:
Leon Si 2022-05-09 22:49:14 -04:00 committed by GitHub
parent 9bcfcac993
commit 908ffb4fd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ type DestructureRefs<T extends object> = {
}
/**
* Vue ref transform macro for accessing underlying refs of reactive varaibles.
* Vue ref transform macro for accessing underlying refs of reactive variables.
*/
export declare function $$<T extends object>(arg: NormalObject<T>): ToRawRefs<T>
export declare function $$<T>(value: RefValue<T>): Ref<T>