Migrated RequiredParametersDialog to TypeScript

Summary: Migrated RequiredParametersDialog.js to RequiredParametersDialog.tsx

Reviewed By: danielbuechele

Differential Revision: D17132223

fbshipit-source-id: a4a592ba58b8c8b94b3106c3a2c0916b2776697f
This commit is contained in:
Benjamin Elo
2019-09-02 03:54:48 -07:00
committed by Facebook Github Bot
parent d957f45314
commit 0a9c4bdcf4
4 changed files with 20 additions and 18 deletions

View File

@@ -24,7 +24,7 @@ type OwnProps = {
* the sheet.
*/
children: (onHide: () => void) => React.ReactNode | undefined;
onHideSheet: () => void;
onHideSheet?: () => void;
};
type StateFromProps = {