gantt-task-react/src/index.tsx

10 lines
173 B
TypeScript
Raw Normal View History

2020-07-22 20:50:43 +03:00
export { Gantt } from './components/Gantt/gantt';
export {
GanttProps,
Task,
ViewMode,
StylingOption,
DisplayOption,
EventOption,
} from './types/public-types';