5 lines
247 B
TypeScript
5 lines
247 B
TypeScript
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;
|