10 lines
173 B
TypeScript
10 lines
173 B
TypeScript
|
|
export { Gantt } from './components/Gantt/gantt';
|
||
|
|
export {
|
||
|
|
GanttProps,
|
||
|
|
Task,
|
||
|
|
ViewMode,
|
||
|
|
StylingOption,
|
||
|
|
DisplayOption,
|
||
|
|
EventOption,
|
||
|
|
} from './types/public-types';
|