feat(handle): add class name prop type
This commit is contained in:
@@ -168,6 +168,7 @@ export interface HandleProps {
|
||||
isValidConnection?: (connection: Connection) => boolean;
|
||||
id?: string;
|
||||
style?: CSSProperties;
|
||||
className?: string;
|
||||
}
|
||||
|
||||
export interface EdgeCompProps {
|
||||
|
||||
Reference in New Issue
Block a user