refactor(handle): pass children and standard HTMLAttributes props closes #833

This commit is contained in:
moklick
2021-01-14 16:33:38 +01:00
parent 15228a1e5d
commit 1c01520a26
2 changed files with 10 additions and 9 deletions
-2
View File
@@ -319,8 +319,6 @@ export interface HandleProps {
onConnect?: OnConnectFunc;
isValidConnection?: (connection: Connection) => boolean;
id?: ElementId;
style?: CSSProperties;
className?: string;
}
export type NodePosUpdate = {