MDXLayoutProps Type — astro Architecture
Architecture documentation for the MDXLayoutProps type/interface in content.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 590a086b_ac60_3a4a_8f9f_4d99758da7ff["MDXLayoutProps"] 7547ecbb_58ef_bc2d_b119_f58ad78d86f6["content.ts"] 590a086b_ac60_3a4a_8f9f_4d99758da7ff -->|defined in| 7547ecbb_58ef_bc2d_b119_f58ad78d86f6 style 590a086b_ac60_3a4a_8f9f_4d99758da7ff fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/types/public/content.ts lines 77–80
export interface MDXLayoutProps<T extends Record<string, any>>
extends Omit<MarkdownLayoutProps<T>, 'rawContent' | 'compiledContent'> {
components: MDXInstance<T>['components'];
}
Defined In
Source
Frequently Asked Questions
What is the MDXLayoutProps type?
MDXLayoutProps is a type/interface in the astro codebase, defined in packages/astro/src/types/public/content.ts.
Where is MDXLayoutProps defined?
MDXLayoutProps is defined in packages/astro/src/types/public/content.ts at line 77.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free