re-added ?, artefact from MC resolve mistake

Value: [1e-7 to 1e-4]
This commit is contained in:
Quinn Dougherty 2022-05-11 15:48:50 -04:00
parent e1e5e3305d
commit b90a0e7a1a

View File

@ -216,7 +216,7 @@ export interface SquiggleChartProps {
/** Bindings of previous variables declared */
bindings?: bindings;
/** JS imported parameters */
jsImports: jsImports;
jsImports?: jsImports;
/** Whether to show a summary of the distirbution */
showSummary?: boolean;
/** Whether to show type information about returns, default false */