add to types

This commit is contained in:
Mary Hipp 2023-04-22 16:32:33 -04:00 committed by psychedelicious
parent 9f8ff912c4
commit 59b0153236

View File

@ -81,6 +81,7 @@ interface InvokeProps extends PropsWithChildren {
disabledTabs?: InvokeTabName[]; disabledTabs?: InvokeTabName[];
token?: string; token?: string;
shouldTransformUrls?: boolean; shouldTransformUrls?: boolean;
shouldFetchImages?: boolean;
} }
declare function Invoke(props: InvokeProps): JSX.Element; declare function Invoke(props: InvokeProps): JSX.Element;