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; }