Home / Type/ VitePluginMdxOptions Type — astro Architecture

VitePluginMdxOptions Type — astro Architecture

Architecture documentation for the VitePluginMdxOptions type/interface in vite-plugin-mdx.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  140ed6a0_6ef9_9588_83d5_91cadd6f76bf["VitePluginMdxOptions"]
  5053c6d5_f109_9970_dbe2_50bf2be7a473["vite-plugin-mdx.ts"]
  140ed6a0_6ef9_9588_83d5_91cadd6f76bf -->|defined in| 5053c6d5_f109_9970_dbe2_50bf2be7a473
  style 140ed6a0_6ef9_9588_83d5_91cadd6f76bf fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/integrations/mdx/src/vite-plugin-mdx.ts lines 9–12

export interface VitePluginMdxOptions {
	mdxOptions: MdxOptions;
	srcDir: URL;
}

Frequently Asked Questions

What is the VitePluginMdxOptions type?
VitePluginMdxOptions is a type/interface in the astro codebase, defined in packages/integrations/mdx/src/vite-plugin-mdx.ts.
Where is VitePluginMdxOptions defined?
VitePluginMdxOptions is defined in packages/integrations/mdx/src/vite-plugin-mdx.ts at line 9.

Analyze Your Own Codebase

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

Try Supermodel Free