UNPKG

@samuelmeuli/font-manager

Version:

Manages, downloads and applies Google Fonts for picker components

4 lines 283 B
import { Font } from "../types"; export declare function applyFontPreview(previewFont: Font, selectorSuffix: string): void; export declare function applyActiveFont(activeFont: Font, previousFontFamily: string, selectorSuffix: string): void; //# sourceMappingURL=declarations.d.ts.map