UNPKG

plot-plan-designer

Version:

Design Editor Tools with React.js + ant.design + fabric.js

32 lines (31 loc) 831 B
declare namespace _default { namespace scheduleType { let type: string; let icon: string; let label: string; let items: { label: string; value: string; forms: { timeUnit: { type: string; icon: string; label: string; items: { label: string; value: string; }[]; }; interval: { type: string; required: boolean; icon: string; label: string; min: number; max: number; }; }; }[]; } } export default _default;