mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
try jsx.element
This commit is contained in:
parent
74e83dda54
commit
278c14ba2e
10
invokeai/frontend/web/index.d.ts
vendored
10
invokeai/frontend/web/index.d.ts
vendored
@ -45,23 +45,23 @@ declare global {
|
||||
}
|
||||
|
||||
declare module '@invoke-ai/invoke-ai-ui' {
|
||||
declare class ThemeChanger extends React.FunctionComponent<ThemeChangerProps> {
|
||||
declare class ThemeChanger extends JSX.Element<ThemeChangerProps> {
|
||||
public constructor(props: ThemeChangerProps);
|
||||
}
|
||||
|
||||
declare class InvokeAiLogoComponent extends React.FunctionComponent<InvokeAILogoComponentProps> {
|
||||
declare class InvokeAiLogoComponent extends JSX.Element<InvokeAILogoComponentProps> {
|
||||
public constructor(props: InvokeAILogoComponentProps);
|
||||
}
|
||||
|
||||
declare class IAIPopover extends React.FunctionComponent<IAIPopoverProps> {
|
||||
declare class IAIPopover extends JSX.Element<IAIPopoverProps> {
|
||||
public constructor(props: IAIPopoverProps);
|
||||
}
|
||||
|
||||
declare class IAIIconButton extends React.FunctionComponent<IAIIconButtonProps> {
|
||||
declare class IAIIconButton extends JSX.Element<IAIIconButtonProps> {
|
||||
public constructor(props: IAIIconButtonProps);
|
||||
}
|
||||
|
||||
declare class SettingsModal extends React.FunctionComponent<SettingsModalProps> {
|
||||
declare class SettingsModal extends JSX.Element<SettingsModalProps> {
|
||||
public constructor(props: SettingsModalProps);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user