UNPKG

@benbugraer/headline-editor

Version:
8 lines (7 loc) 177 B
export type FontFamily = { name: string; family: string; url: string; }; export declare const fontFamilies: FontFamily[]; export declare function loadFonts(): void;