From 30b23bc7e01a8ebd19e2d119697af936ac65fe76 Mon Sep 17 00:00:00 2001 From: 2betop <2betop.cn@gmail.com> Date: Wed, 3 Jun 2020 17:21:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/uncontrollable/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/uncontrollable/index.d.ts b/types/uncontrollable/index.d.ts index a3decad6..6d878bfd 100644 --- a/types/uncontrollable/index.d.ts +++ b/types/uncontrollable/index.d.ts @@ -1,6 +1,6 @@ declare module 'uncontrollable' { export function uncontrollable< - T extends Raect.ComponentType, + T extends React.ComponentType, P extends { [propName: string]: any; }