We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67bfa5f commit 1b9891cCopy full SHA for 1b9891c
1 file changed
src/devToolUI.tsx
@@ -12,7 +12,7 @@ import { setVisible } from './settingAction';
12
import { PLACEMENT, getPositionByPlacement } from './position';
13
14
export type Props = {
15
- control: Control;
+ control: Control<any>;
16
placement?: PLACEMENT;
17
};
18
0 commit comments