UNPKG
@flows/js-components
Version:
canary (2.5.1-canary.0)
latest (2.6.0)
2.6.0
2.5.1-canary.0
2.5.0
2.4.1
2.4.0
2.3.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.3-canary.0
2.0.2
2.0.2-canary.0
2.0.1
2.0.0
1.2.2-canary.0
1.2.1
1.2.0
1.1.1
1.1.1-canary.1
1.1.1-canary.0
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.1-canary.1
0.0.1-canary.0
Built-in components for Flows JS SDK
github.com/RBND-studio/flows-sdk
RBND-studio/flows-sdk
@flows/js-components
/
dist
/
tooltip-S3Jb9fey.d.mts
4 lines
(2 loc)
•
203 B
text/typescript
View Raw
1
2
3
4
type
Placement
=
"top"
|
"right"
|
"bottom"
|
"left"
|
"top-start"
|
"top-end"
|
"right-start"
|
"right-end"
|
"bottom-start"
|
"bottom-end"
|
"left-start"
|
"left-end"
;
export
type
{
Placement
as
P };