iOS debug

This commit is contained in:
Zsolt Viczian 2022-03-21 18:14:02 +01:00
parent bb04943564
commit 563caa3f07
2 changed files with 4 additions and 1 deletions

View file

@ -48,6 +48,7 @@ type ToolButtonProps =
type: "radio";
checked: boolean;
onChange?(data: { pointerType: PointerType | null }): void;
onPointerDown?(data: { pointerType: PointerType }): void;
});
export const ToolButton = React.forwardRef((props: ToolButtonProps, ref) => {