fix(SW-184): fixed implementation of useTrapFocus
This commit is contained in:
@@ -7,5 +7,4 @@ export type LanguageSwitcherLink = {
|
||||
|
||||
export type LanguageSwitcherProps = {
|
||||
urls: LanguageSwitcherData
|
||||
location?: "header" | "footer"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
import { VariantProps } from "class-variance-authority"
|
||||
|
||||
import { languageSwitcherVariants } from "@/components/LanguageSwitcher/variants"
|
||||
|
||||
import { LanguageSwitcherData } from "@/types/requests/languageSwitcher"
|
||||
|
||||
export interface LanguageSwitcherProps {
|
||||
export interface LanguageSwitcherProps
|
||||
extends VariantProps<typeof languageSwitcherVariants> {
|
||||
urls: LanguageSwitcherData
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user