UNPKG
ayongui1
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.1
1.0.0
0.0.3
0.0.2
0.0.1
github.com/AyongNice/ayongUI
AyongNice/ayongUI
ayongui1
/
components
/
tooltip
/
backups
/
index copy.d.ts
6 lines
(4 loc)
•
159 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
TooltipProps
}
from
'./index.d.ts'
;
import
{
default
as
React
}
from
'react'
;
declare
const
Tooltip
:
React
.
FC
<
TooltipProps
>;
export
default
Tooltip
;