Files
glastree/node_modules/laravel-vite-plugin/dist/fonts/fallback.d.ts
T

3 lines
158 B
TypeScript
Raw Normal View History

import type { FallbackMetrics } from './types.js';
export declare function generateFallbackMetrics(fontSource: string): Promise<FallbackMetrics | undefined>;