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