UNPKG
@kgdata/visualgraph
Version:
latest (1.0.5)
1.0.5
1.0.4
visualgraph
github.com/xxx/xxx
@kgdata/visualgraph
/
dist
/
components
/
TextTooltip
/
index.d.ts
10 lines
(9 loc)
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
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;