Export zoomToFitBounds from package.

Host apps can use it to help implement their own follow mode.
This commit is contained in:
barnabasmolnar 2023-08-09 00:21:25 +02:00
parent d7b7a6715e
commit fdd3cd5e79

View File

@ -253,3 +253,5 @@ export { LiveCollaborationTrigger };
export { DefaultSidebar } from "../../components/DefaultSidebar";
export { normalizeLink } from "../../data/url";
export { zoomToFitBounds } from "../../actions/actionCanvas";