update(types): remove omit elements from flowoptions type
* preserved for backwards compatibility Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ import { GraphNode, CoordinateExtent, Node } from './node'
|
|||||||
import { D3Selection, D3Zoom, D3ZoomHandler, InitD3ZoomPayload, KeyCode, PanOnScrollMode } from './zoom'
|
import { D3Selection, D3Zoom, D3ZoomHandler, InitD3ZoomPayload, KeyCode, PanOnScrollMode } from './zoom'
|
||||||
import { FlowHooks } from './hooks'
|
import { FlowHooks } from './hooks'
|
||||||
|
|
||||||
export interface FlowState extends Omit<FlowOptions, 'elements' | 'id'> {
|
export interface FlowState extends Omit<FlowOptions, 'id'> {
|
||||||
hooks: FlowHooks
|
hooks: FlowHooks
|
||||||
instance?: FlowInstance
|
instance?: FlowInstance
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user