Home / File/ fonts.d.ts — astro Source File

fonts.d.ts — astro Source File

Architecture documentation for fonts.d.ts, a typescript file in the astro codebase.

File typescript 1 classes

Entity Profile

Relationship Graph

Source Code

declare module 'astro:assets' {
	/** @internal Run `astro dev` or `astro sync` to generate high fidelity types */
	export type CssVariable = string;

	/** The data available on `fontData` */
	export type FontData = import('../dist/assets/fonts/types.js').FontData;

	/** @internal */
	export type FontPreloadFilter = import('../dist/assets/fonts/types.js').PreloadFilter;
}

Classes

Frequently Asked Questions

What does fonts.d.ts do?
fonts.d.ts is a source file in the astro codebase, written in typescript.
Where is fonts.d.ts in the architecture?
fonts.d.ts is located at packages/astro/types/fonts.d.ts (directory: packages/astro/types).

Analyze Your Own Codebase

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

Try Supermodel Free