Update Chart.d.ts

pull/6284/head
tugcekucukoglu 2024-08-23 11:27:43 +03:00
parent c2d2d01350
commit 2cbfb5a20f
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ export interface ChartProps {
/** /**
* Used to custom plugins of the chart. * Used to custom plugins of the chart.
*/ */
plugins?: any; plugins?: any[];
/** /**
* Width of the chart in non-responsive mode. * Width of the chart in non-responsive mode.
* @defaultValue 300 * @defaultValue 300