chore(types): add tsdocs
This commit is contained in:
@@ -7,9 +7,10 @@ import type { ReactFlowState } from '../../types';
|
||||
const selector = (s: ReactFlowState) => s.domNode?.querySelector('.react-flow__viewport-portal');
|
||||
|
||||
/**
|
||||
* The `<ViewportPortal />` component can be used to add components to the same viewport of the flow where nodes and edges are rendered.
|
||||
*This is useful when you want to render your own components that are adhere to the same coordinate system as the nodes & edges and are also
|
||||
*affected by zooming and panning
|
||||
* The `<ViewportPortal />` component can be used to add components to the same viewport
|
||||
* of the flow where nodes and edges are rendered. This is useful when you want to render
|
||||
* your own components that are adhere to the same coordinate system as the nodes & edges
|
||||
* and are also affected by zooming and panning
|
||||
* @public
|
||||
* @example
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user