From 6d46017b80343773bc78b08664bd5225b3a053eb Mon Sep 17 00:00:00 2001 From: Alex-NRCan <94073946+Alex-NRCan@users.noreply.github.com> Date: Wed, 27 Sep 2023 17:30:40 +0000 Subject: [PATCH] Build: (b5f47be) remplacer le unknown par string to see --- main.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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;