Fix TS types
This commit is contained in:
parent
ae411b9401
commit
36efa448b2
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ const PADDING = {
|
|||
|
||||
interface IProps {
|
||||
className?: string;
|
||||
children: (event: MouseEvent<Element, MouseEvent>) => React.ReactNode;
|
||||
children: (startMovingEventHandler: (event: MouseEvent) => void) => React.ReactNode;
|
||||
draggable: boolean;
|
||||
app?: IApp;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue