fix: gantt build issue resolved
This commit is contained in:
parent
4238f89cec
commit
b5325f14aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue