gantt-task-react/src/index.tsx

10 lines
215 B
TypeScript
Raw Normal View History

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