Skip to content

Commit

Permalink
💚 ci: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Dec 4, 2023
1 parent 9627ded commit cf6b1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ export { NodeField, useNodeFieldStyles } from './NodeField';
export type { ExtraAction } from './NodeField';
export { default as RadiusEdge } from './RadiusEdge';
export * from './constants';
export { BaseEdge, EdgeLabelRenderer, EdgeProps, Handle, Position, getBezierPath };
export { BaseEdge, EdgeLabelRenderer, Handle, Position, getBezierPath, type EdgeProps };

0 comments on commit cf6b1be

Please sign in to comment.