plot-plan-designer
Version:
Design Editor Tools with React.js + ant.design + fabric.js
13 lines (12 loc) • 399 B
TypeScript
export const __esModule: boolean;
export default SystemFonts;
declare function SystemFonts(...args: any[]): void;
declare class SystemFonts {
constructor(...args: any[]);
getAllFontFilesSync: () => any[];
getFontFilesSync: () => any[];
getFontsExtended: () => Promise<any>;
getFontsExtendedSync: () => any[];
getFonts: () => Promise<any>;
getFontsSync: () => string[];
}