__index__.tsx — ui Source File
Architecture documentation for __index__.tsx, a tsx file in the ui codebase. 1 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 2d04edf3_5c77_ddc0_bbc8_ce3a72198e79["__index__.tsx"] 1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"] 2d04edf3_5c77_ddc0_bbc8_ce3a72198e79 --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2 style 2d04edf3_5c77_ddc0_bbc8_ce3a72198e79 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, Record<string, any>> = {
"new-york-v4": {
"accordion": {
name: "accordion",
title: "undefined",
description: "",
type: "registry:ui",
registryDependencies: undefined,
files: [{
path: "registry/new-york-v4/ui/accordion.tsx",
type: "registry:ui",
target: ""
}],
component: React.lazy(async () => {
const mod = await import("@/registry/new-york-v4/ui/accordion.tsx")
const exportName = Object.keys(mod).find(key => typeof mod[key] === 'function' || typeof mod[key] === 'object') || item.name
return { default: mod.default || mod[exportName] }
}),
categories: undefined,
meta: undefined,
},
"alert": {
name: "alert",
title: "undefined",
description: "",
type: "registry:ui",
registryDependencies: undefined,
files: [{
path: "registry/new-york-v4/ui/alert.tsx",
type: "registry:ui",
target: ""
}],
component: React.lazy(async () => {
const mod = await import("@/registry/new-york-v4/ui/alert.tsx")
const exportName = Object.keys(mod).find(key => typeof mod[key] === 'function' || typeof mod[key] === 'object') || item.name
return { default: mod.default || mod[exportName] }
}),
categories: undefined,
meta: undefined,
},
"alert-dialog": {
name: "alert-dialog",
title: "undefined",
description: "",
type: "registry:ui",
registryDependencies: ["button"],
files: [{
path: "registry/new-york-v4/ui/alert-dialog.tsx",
type: "registry:ui",
target: ""
}],
component: React.lazy(async () => {
const mod = await import("@/registry/new-york-v4/ui/alert-dialog.tsx")
const exportName = Object.keys(mod).find(key => typeof mod[key] === 'function' || typeof mod[key] === 'object') || item.name
return { default: mod.default || mod[exportName] }
// ... (7530 more lines)
Dependencies
- react
Source
Frequently Asked Questions
What does __index__.tsx do?
__index__.tsx is a source file in the ui codebase, written in tsx.
What does __index__.tsx depend on?
__index__.tsx imports 1 module(s): react.
Where is __index__.tsx in the architecture?
__index__.tsx is located at apps/v4/registry/__index__.tsx (directory: apps/v4/registry).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free