File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1- export { Anchor , type TAnchor } from "./components/canvas/anchors" ;
1+ export { Anchor , type TAnchor , type TAnchorProps } from "./components/canvas/anchors" ;
22export { Block as CanvasBlock , type TBlock } from "./components/canvas/blocks/Block" ;
33export * from "./graph" ;
44export type { TGraphColors , TGraphConstants } from "./graphConfig" ;
5+ export { type UnwrapGraphEventsDetail } from "./graphEvents" ;
56export * from "./plugins" ;
67export * from "./react-component" ;
78export { ECameraScaleLevel } from "./services/camera/CameraService" ;
@@ -11,6 +12,7 @@ export { EAnchorType } from "./store/anchor/Anchor";
1112export type { BlockState , TBlockId } from "./store/block/Block" ;
1213export type { ConnectionState , TConnection , TConnectionId } from "./store/connection/ConnectionState" ;
1314export { ECanChangeBlockGeometry } from "./store/settings" ;
15+ export { type TMeasureTextOptions , type TWrapText } from "./utils/functions/text" ;
1416export * from "./utils/renderers/text" ;
1517export { EVENTS } from "./utils/types/events" ;
1618export { type TPoint , type TRect } from "./utils/types/shapes" ;
You can’t perform that action at this time.
0 commit comments