feat(SW-2144): added back-to-top button on destination map views
Approved-by: Matilda Landström
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import type { VariantProps } from "class-variance-authority"
|
||||
import type { ComponentProps } from "react"
|
||||
import type { Button } from "react-aria-components"
|
||||
|
||||
import type { backToTopButtonVariants } from "./variants"
|
||||
|
||||
export interface BackToTopButtonProps
|
||||
extends ComponentProps<typeof Button>,
|
||||
VariantProps<typeof backToTopButtonVariants> {}
|
||||
Reference in New Issue
Block a user