UNPKG

laravel-vite-plugin

Version:
3 lines (2 loc) 192 B
import type { FallbackMetrics } from './types.js'; export declare function generateFallbackMetrics(fontSource: string, warn?: (message: string) => void): Promise<FallbackMetrics | undefined>;