fix: gantt build issue resolved

This commit is contained in:
gurusainath 2023-05-21 19:38:33 +05:30
parent 4238f89cec
commit b5325f14aa

View File

@ -5,7 +5,7 @@ import { ChartViewRoot } from "./chart";
import { ChartContextProvider } from "./contexts";
type GanttChartRootProps = {
border: boolean;
border?: boolean;
title: null | string;
loaderTitle: string;
blocks: any;