Home / Type/ TransformOpts Type — ui Architecture

TransformOpts Type — ui Architecture

Architecture documentation for the TransformOpts type/interface in index.ts from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  601184a7_e800_978c_603c_86fcc3929057["TransformOpts"]
  646bd874_990a_e30f_0d03_073229dd52ad["index.ts"]
  601184a7_e800_978c_603c_86fcc3929057 -->|defined in| 646bd874_990a_e30f_0d03_073229dd52ad
  style 601184a7_e800_978c_603c_86fcc3929057 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/shadcn/src/utils/transformers/index.ts lines 18–25

export type TransformOpts = {
  filename: string
  raw: string
  config: Config
  baseColor?: z.infer<typeof registryBaseColorSchema>
  transformJsx?: boolean
  isRemote?: boolean
}

Frequently Asked Questions

What is the TransformOpts type?
TransformOpts is a type/interface in the ui codebase, defined in packages/shadcn/src/utils/transformers/index.ts.
Where is TransformOpts defined?
TransformOpts is defined in packages/shadcn/src/utils/transformers/index.ts at line 18.

Analyze Your Own Codebase

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

Try Supermodel Free