UNPKG
@meve/ui
Version:
alpha (0.0.6-alpha.1655109846818)
latest (0.0.5)
0.1.0-alpha.1650510855806
0.1.0-alpha.1650450952724
0.0.6-alpha.1655109846818
0.0.6-alpha.1654066513802
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1-alpha.1646373184948
0.0.0
Argon design system components library
@meve/ui
/
es
/
back-top
/
props.js
19 lines
•
287 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
export
var
props
=
{
right:
{
type:
[
Number
,
String
] },
bottom:
{
type:
[
Number
,
String
] },
visibilityHeight:
{
type:
[
Number
,
String
],
default:
200
},
duration:
{
type:
Number
,
default:
300
},
target:
{
type:
[
String
,
Object
,
Window
] } }
;