Skip to content

Commit

Permalink
Merge pull request #1353 from didi/fix-ts-type-error-maptoinstance
Browse files Browse the repository at this point in the history
fix: 修复ts类型检查mapToInstance报错
  • Loading branch information
hiyuki authored Dec 11, 2023
2 parents 323e80e + 5a3c275 commit 5a1a48a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/store/@types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ type UnboxDepField<D, F> = F extends keyof D ? D[F] : {}
type GetReturnOrSelf<T> = T extends (...args: any)=> infer R ? R : T

interface compContext {
__mpxProxy: object;
[key: string]: any
}

Expand Down

0 comments on commit 5a1a48a

Please sign in to comment.