Home / Type/ MDXInstance Type — astro Architecture

MDXInstance Type — astro Architecture

Architecture documentation for the MDXInstance type/interface in content.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  0e55f260_b006_ebb6_9254_7ff656b33bbf["MDXInstance"]
  7547ecbb_58ef_bc2d_b119_f58ad78d86f6["content.ts"]
  0e55f260_b006_ebb6_9254_7ff656b33bbf -->|defined in| 7547ecbb_58ef_bc2d_b119_f58ad78d86f6
  style 0e55f260_b006_ebb6_9254_7ff656b33bbf fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/types/public/content.ts lines 31–34

export interface MDXInstance<T extends Record<string, any>>
	extends Omit<MarkdownInstance<T>, 'rawContent' | 'compiledContent'> {
	components: Record<string, AstroComponentFactory> | undefined;
}

Frequently Asked Questions

What is the MDXInstance type?
MDXInstance is a type/interface in the astro codebase, defined in packages/astro/src/types/public/content.ts.
Where is MDXInstance defined?
MDXInstance is defined in packages/astro/src/types/public/content.ts at line 31.

Analyze Your Own Codebase

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

Try Supermodel Free