hrw-certificate-editor
Version:
Design Editor Tools with React.js + ant.design + fabric.js
36 lines (35 loc) • 801 B
TypeScript
declare namespace _default {
export function getFonts(): {
default: ({
name: string;
type: string;
ref: string;
} | {
name: string;
type: string;
ref?: undefined;
})[];
google: {
name: string;
type: string;
ref: string;
}[];
};
export function getFonts(): {
default: ({
name: string;
type: string;
ref: string;
} | {
name: string;
type: string;
ref?: undefined;
})[];
google: {
name: string;
type: string;
ref: string;
}[];
};
}
export default _default;