mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
add generic jsx type definition for default export
This commit is contained in:
parent
197e50a298
commit
4332c9c7a6
3
invokeai/frontend/web/index.d.ts
vendored
3
invokeai/frontend/web/index.d.ts
vendored
@ -39,3 +39,6 @@ declare global {
|
||||
}
|
||||
/* eslint-enable @typescript-eslint/no-explicit-any */
|
||||
}
|
||||
|
||||
declare function Invoke(): React.JSX;
|
||||
export = Invoke;
|
||||
|
Loading…
Reference in New Issue
Block a user