hrw-certificate-editor
Version:
Design Editor Tools with React.js + ant.design + fabric.js
23 lines (22 loc) • 480 B
TypeScript
declare namespace _default {
export const keyTemplate: {
type: string;
icon: string;
label: string;
};
export const operation: {
type: string;
icon: string;
label: string;
items: {
label: string;
value: string;
}[];
};
export const valueTemplate: {
type: string;
icon: string;
label: string;
};
}
export default _default;