sag_components 2.0.0-beta54 → 2.0.0-beta57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1218,6 +1218,6 @@ declare function BatteryChart(props: any): react_jsx_runtime.JSX.Element;
1218
1218
 
1219
1219
  declare function PerformanceAnalyticsLegend(props: any): react_jsx_runtime.JSX.Element;
1220
1220
 
1221
- declare function BrushChart(): react_jsx_runtime.JSX.Element;
1221
+ declare function BrushChart(props: any): react_jsx_runtime.JSX.Element;
1222
1222
 
1223
1223
  export { AreaChart, BannerEventBoxList, BarChart, BarChartsByWeeks, BatteryChart, BreakdownPanel, BrushChart, BubbleChart, Button, CollapseHeader, DialogOverlay, DoubleBarSingleLine, DoublePanelDataRow, EventDetailsCard, EventList, FilterPanel, Heatmap, IconButton, LinkButton, LinnerDataBox, MarketShareDescription, OneColumnContainer, PerformanceAnalyticsLegend, PieChart, PopupCharts, QuickFilter, ReportTable, TabMenu, TopToggleList, TotalDoughnutChart, TotalHorizontalCharts };