diff --git a/main.js b/main.js index 1bd6507..6e42979 100644 --- a/main.js +++ b/main.js @@ -5354,10 +5354,6 @@ const Box = createBox({ var EVENT_CHART_CHANGED = "chart/changed"; var EVENT_CHART_PARSE = "chart/parse"; -/** - * Main props for the Chart - */ - /** * Type definition for ChartPayloadChanged * @@ -20599,14 +20595,17 @@ var update = injectStylesIntoStyleTag_default()(chart_module/* default */.Z, opt +/** + * Main props for the Chart + */ + + /** * Create a customized Chart UI * * @param {TypeChartProps} props the properties passed to the Chart element * @returns {JSX.Element} the created Chart element */ - - function chart_Chart(props) { // Fetch the cgpv module var w = window;