UNPKG
dm-unimmersive
Version:
latest (0.0.22)
0.0.22
0.0.21
0.0.2
0.0.1
HTML Video player
github.com/rustmn/dm
rustmn/dm
dm-unimmersive
/
dist
/
components
/
tooltip.d.ts
7 lines
(6 loc)
•
163 B
TypeScript
View Raw
1
2
3
4
5
6
7
/// <reference types="react" />
declare
const
Tooltip
:
(
{ text, direction }: { text:
any
; direction:
any
; }
) =>
JSX
.
Element
;
export
default
Tooltip
;