mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): update exported types
This commit is contained in:
parent
ea93cad5ff
commit
00a0cb3403
6
invokeai/frontend/web/index.d.ts
vendored
6
invokeai/frontend/web/index.d.ts
vendored
@ -2,6 +2,7 @@ import React, { PropsWithChildren } from 'react';
|
|||||||
import { IAIPopoverProps } from '../web/src/common/components/IAIPopover';
|
import { IAIPopoverProps } from '../web/src/common/components/IAIPopover';
|
||||||
import { IAIIconButtonProps } from '../web/src/common/components/IAIIconButton';
|
import { IAIIconButtonProps } from '../web/src/common/components/IAIIconButton';
|
||||||
import { InvokeTabName } from 'features/ui/store/tabMap';
|
import { InvokeTabName } from 'features/ui/store/tabMap';
|
||||||
|
import { PartialAppConfig } from 'app/invokeai';
|
||||||
|
|
||||||
export {};
|
export {};
|
||||||
|
|
||||||
@ -77,11 +78,8 @@ declare module '@invoke-ai/invoke-ai-ui' {
|
|||||||
|
|
||||||
interface InvokeProps extends PropsWithChildren {
|
interface InvokeProps extends PropsWithChildren {
|
||||||
apiUrl?: string;
|
apiUrl?: string;
|
||||||
disabledPanels?: string[];
|
|
||||||
disabledTabs?: InvokeTabName[];
|
|
||||||
token?: string;
|
token?: string;
|
||||||
shouldTransformUrls?: boolean;
|
config?: PartialAppConfig;
|
||||||
shouldFetchImages?: boolean;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
declare function Invoke(props: InvokeProps): JSX.Element;
|
declare function Invoke(props: InvokeProps): JSX.Element;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user