fix any in PromptManager

This commit is contained in:
Olivier Gagnon 2022-07-18 02:59:04 -04:00
parent aacdde8082
commit 5c3ecb9a23

@ -38,7 +38,7 @@ export function PromptManager(): React.ReactElement {
setPrompt(null);
}
const types: { [key: string]: any } = {
const types: { [key: string]: (props: IContentProps) => React.ReactElement } = {
text: PromptMenuText,
select: PromptMenuSelect,
};