We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288d49d commit e9014b3Copy full SHA for e9014b3
src/hooks/useRtlFlip.ts
@@ -5,6 +5,7 @@ import type { Lang } from "@/lib/types"
5
import { isLangRightToLeft } from "@/lib/utils/translations"
6
7
type UseDirection = {
8
+ /** @deprecated */
9
flipForRtl: "scaleX(-1)" | undefined // transform (deprecated)
10
twFlipForRtl: "-scale-x-1" | "" // className
11
isRtl: boolean
0 commit comments