diff --git a/packages/core/src/types.ts b/packages/core/src/types.ts index cc7c219f69..b83c628789 100644 --- a/packages/core/src/types.ts +++ b/packages/core/src/types.ts @@ -198,7 +198,7 @@ export type CellStateStyle = { * The possible values are 'horizontal' and 'vertical'. * @default 'horizontal' */ - elbow?: string; + elbow?: 'horizontal' | 'vertical'; /** * This defines the style of the end arrow marker. *