astro
Version:
Astro is a modern site builder with web best practices, performance, and DX front-of-mind.
11 lines (8 loc) • 378 B
TypeScript
declare module 'astro:assets' {
/** @internal Run `astro dev` or `astro sync` to generate high fidelity types */
export type CssVariable = string;
/** The data returned by `getFontData()` */
export type FontData = import('../dist/assets/fonts/types.js').FontData;
/** @internal */
export type FontPreloadFilter = import('../dist/assets/fonts/types.js').PreloadFilter;
}