add generic jsx type definition for default export

This commit is contained in:
Mary Hipp 2023-03-10 12:14:49 -05:00
parent 197e50a298
commit 4332c9c7a6

View File

@ -39,3 +39,6 @@ declare global {
}
/* eslint-enable @typescript-eslint/no-explicit-any */
}
declare function Invoke(): React.JSX;
export = Invoke;