UNPKG

@cmk/fe_utils

Version:
5 lines (3 loc) 210 B
import { Font } from '../../../types/Font.js'; export declare const serializeFont: (font: Font, project_id: string) => Font; export declare const serializeFonts: (fonts: Font[], project_id: string) => Font[];