mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
double revealer: allow custom prop
This commit is contained in:
@@ -63,6 +63,7 @@ export const DoubleRevealer = ({
|
||||
duration2 = 150,
|
||||
child,
|
||||
revealChild,
|
||||
...rest
|
||||
}) => {
|
||||
return Revealer({
|
||||
transition: transition1,
|
||||
@@ -73,6 +74,7 @@ export const DoubleRevealer = ({
|
||||
transitionDuration: duration2,
|
||||
revealChild: revealChild,
|
||||
child: child,
|
||||
})
|
||||
}),
|
||||
...rest,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user