Home / File/ index.tsx — ui Source File

index.tsx — ui Source File

Architecture documentation for index.tsx, a tsx file in the ui codebase. 1 imports, 1 dependents.

File tsx ComponentRegistry 1 imports 1 dependents

Entity Profile

Dependency Diagram

graph LR
  3958e4bc_926d_5880_3584_6100e196e980["index.tsx"]
  1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"]
  3958e4bc_926d_5880_3584_6100e196e980 --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2
  a572535f_b25f_7501_dc60_c7a2d320a739["rehype-component.ts"]
  a572535f_b25f_7501_dc60_c7a2d320a739 --> 3958e4bc_926d_5880_3584_6100e196e980
  style 3958e4bc_926d_5880_3584_6100e196e980 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

// @ts-nocheck
// This file is autogenerated by scripts/build-registry.ts
// Do not edit this file directly.
import * as React from "react"

export const Index: Record<string, any> = {
  "new-york": {
    "index": {
      name: "index",
      description: "",
      type: "registry:style",
      registryDependencies: ["utils"],
      files: [],
      categories: undefined,
      component: React.lazy(() => import("@/registry/new-york/style/index")),
      source: "",
      meta: undefined,
    },
    "style": {
      name: "style",
      description: "",
      type: "registry:style",
      registryDependencies: ["utils"],
      files: [],
      categories: undefined,
      component: React.lazy(() => import("@/registry/new-york/style/style")),
      source: "",
      meta: undefined,
    },
    "accordion": {
      name: "accordion",
      description: "",
      type: "registry:ui",
      registryDependencies: undefined,
      files: [{
        path: "registry/new-york/ui/accordion.tsx",
        type: "registry:ui",
        target: ""
      }],
      categories: undefined,
      component: React.lazy(() => import("@/registry/new-york/ui/accordion.tsx")),
      source: "",
      meta: undefined,
    },
    "alert": {
      name: "alert",
      description: "",
      type: "registry:ui",
      registryDependencies: undefined,
      files: [{
        path: "registry/new-york/ui/alert.tsx",
        type: "registry:ui",
        target: ""
      }],
      categories: undefined,
      component: React.lazy(() => import("@/registry/new-york/ui/alert.tsx")),
      source: "",
      meta: undefined,
    },
    "alert-dialog": {
// ... (11869 more lines)

Dependencies

  • react

Frequently Asked Questions

What does index.tsx do?
index.tsx is a source file in the ui codebase, written in tsx. It belongs to the ComponentRegistry domain.
What does index.tsx depend on?
index.tsx imports 1 module(s): react.
What files import index.tsx?
index.tsx is imported by 1 file(s): rehype-component.ts.
Where is index.tsx in the architecture?
index.tsx is located at deprecated/www/__registry__/index.tsx (domain: ComponentRegistry, directory: deprecated/www/__registry__).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free