feat(handle): add class name prop type

This commit is contained in:
moklick
2020-05-29 16:50:59 +02:00
parent 94e7d4a7b7
commit f2313916b6
3 changed files with 8 additions and 2 deletions
+1
View File
@@ -168,6 +168,7 @@ export interface HandleProps {
isValidConnection?: (connection: Connection) => boolean;
id?: string;
style?: CSSProperties;
className?: string;
}
export interface EdgeCompProps {