refactor(handle): pass children and standard HTMLAttributes props closes #833
This commit is contained in:
@@ -319,8 +319,6 @@ export interface HandleProps {
|
||||
onConnect?: OnConnectFunc;
|
||||
isValidConnection?: (connection: Connection) => boolean;
|
||||
id?: ElementId;
|
||||
style?: CSSProperties;
|
||||
className?: string;
|
||||
}
|
||||
|
||||
export type NodePosUpdate = {
|
||||
|
||||
Reference in New Issue
Block a user