UNPKG

@kgdata/visualgraph

Version:
10 lines (9 loc) 256 B
import React from 'react'; interface ITextTooltip { content: string; maxLength: number; suffix?: string; style?: React.CSSProperties; } declare const _default: (props?: ITextTooltip) => JSX.Element | null; export default _default;