feat(edges): add label props
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
import React from 'react';
|
||||
import { EdgeTextProps } from '../../types';
|
||||
declare const _default: React.MemoExoticComponent<({ x, y, label, labelStyle, labelShowBg, labelBgStyle }: EdgeTextProps) => JSX.Element | null>;
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user