refactor(types)!: Remove Node/TranslateExtent
* replace with CoordinateExtent Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -53,6 +53,8 @@ export interface NodeProps<T = any> extends GraphNode {
|
||||
__vf: VFInternals
|
||||
}
|
||||
|
||||
export type CoordinateExtent = [[number, number], [number, number]]
|
||||
|
||||
export type NodeDimensionUpdate = {
|
||||
id: ElementId
|
||||
nodeElement: HTMLDivElement
|
||||
|
||||
Reference in New Issue
Block a user