UNPKG

aesthetic-utils

Version:

Utility functions for Aesthetic.

9 lines 303 B
interface FontFaceLike { [key: string]: unknown; local?: string[]; src?: string; srcPaths?: string | string[]; } export default function formatFontFace<T extends FontFaceLike>(properties: Partial<T>): Omit<T, 'local' | 'srcPaths'>; export {}; //# sourceMappingURL=formatFontFace.d.ts.map