Home / Type/ ImportedDevStyle Type — astro Architecture

ImportedDevStyle Type — astro Architecture

Architecture documentation for the ImportedDevStyle type/interface in vite-plugin-content-assets.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  7f54d1c7_6c5c_a849_6ccb_71742a2ae5d3["ImportedDevStyle"]
  7a46444b_6633_b7e5_30ac_f5b4aa6a43ff["vite-plugin-content-assets.ts"]
  7f54d1c7_6c5c_a849_6ccb_71742a2ae5d3 -->|defined in| 7a46444b_6633_b7e5_30ac_f5b4aa6a43ff
  style 7f54d1c7_6c5c_a849_6ccb_71742a2ae5d3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/content/vite-plugin-content-assets.ts lines 140–144

interface ImportedDevStyle {
	id: string;
	url: string;
	content: string;
}

Frequently Asked Questions

What is the ImportedDevStyle type?
ImportedDevStyle is a type/interface in the astro codebase, defined in packages/astro/src/content/vite-plugin-content-assets.ts.
Where is ImportedDevStyle defined?
ImportedDevStyle is defined in packages/astro/src/content/vite-plugin-content-assets.ts at line 140.

Analyze Your Own Codebase

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

Try Supermodel Free