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