UNPKG

@compositive/foundation

Version:

Compositive framework foundation package.

6 lines 207 B
import type { FontFamily } from "./FontFamily"; export interface FontCatalog<F extends FontFamily> { getAll(): Promise<F[]>; get(name: string): Promise<F>; } //# sourceMappingURL=FontCatalog.d.ts.map