mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-08 14:35:09 +00:00
7 lines
103 B
TypeScript
7 lines
103 B
TypeScript
"use client"
|
|
|
|
export {
|
|
DirectionProvider,
|
|
useDirection,
|
|
} from "@base-ui/react/direction-provider"
|