Skip to content

Commit e9014b3

Browse files
authored
Update src/hooks/useRtlFlip.ts
1 parent 288d49d commit e9014b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hooks/useRtlFlip.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import type { Lang } from "@/lib/types"
55
import { isLangRightToLeft } from "@/lib/utils/translations"
66

77
type UseDirection = {
8+
/** @deprecated */
89
flipForRtl: "scaleX(-1)" | undefined // transform (deprecated)
910
twFlipForRtl: "-scale-x-1" | "" // className
1011
isRtl: boolean

0 commit comments

Comments
 (0)