File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import React, { PropsWithChildren } from 'react';
22import { IAIPopoverProps } from '../web/src/common/components/IAIPopover' ;
33import { IAIIconButtonProps } from '../web/src/common/components/IAIIconButton' ;
44import { InvokeTabName } from 'features/ui/store/tabMap' ;
5+ import { PartialAppConfig } from 'app/invokeai' ;
56
67export { } ;
78
@@ -77,11 +78,8 @@ declare module '@invoke-ai/invoke-ai-ui' {
7778
7879interface InvokeProps extends PropsWithChildren {
7980 apiUrl ?: string ;
80- disabledPanels ?: string [ ] ;
81- disabledTabs ?: InvokeTabName [ ] ;
8281 token ?: string ;
83- shouldTransformUrls ?: boolean ;
84- shouldFetchImages ?: boolean ;
82+ config ?: PartialAppConfig ;
8583}
8684
8785declare function Invoke ( props : InvokeProps ) : JSX . Element ;
You can’t perform that action at this time.
0 commit comments