Skip to content

Commit 1b9891c

Browse files
committed
fix type
1 parent 67bfa5f commit 1b9891c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/devToolUI.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { setVisible } from './settingAction';
1212
import { PLACEMENT, getPositionByPlacement } from './position';
1313

1414
export type Props = {
15-
control: Control;
15+
control: Control<any>;
1616
placement?: PLACEMENT;
1717
};
1818

0 commit comments

Comments
 (0)