{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "direction",
  "title": "Direction",
  "description": "Provides text-direction (LTR/RTL) context to descendant components.",
  "files": [
    {
      "path": "components/ui/direction.tsx",
      "content": "\"use client\"\n\nexport {\n  DirectionProvider,\n  useDirection,\n} from \"@base-ui/react/direction-provider\"\n",
      "type": "registry:ui"
    }
  ],
  "type": "registry:ui"
}