UNPKG
watercolor-ui
Version:
latest (1.2.13)
1.2.13
1.2.12
1.2.11
1.2.10
1.2.8
1.2.7
1.2.6
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.46
1.1.45
1.1.43
1.1.42
1.1.41
1.1.40
1.1.39
1.1.38
1.1.37
1.1.16
1.1.15
1.1.14
1.1.13
1.0.1
A modern minimalist cross-framework component library
watercolor-ui.dev
zeturn/watercolor
watercolor-ui
/
dist
/
src
/
components
/
Tooltip
/
Tooltip.d.ts
7 lines
•
265 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
default
function
Tooltip
(
{ text, placement, children, className, }: { text:
any
; placement?:
string
|
undefined
; children:
any
; className?:
string
|
undefined
; }
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
//# sourceMappingURL=Tooltip.d.ts.map