We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c334d4 commit 60f3890Copy full SHA for 60f3890
@plotly/dash-generator-test-component-typescript/src/props.ts
@@ -32,7 +32,7 @@ export type TypescriptComponentProps = {
32
array_elements?: JSX.Element[];
33
34
string_default?: string;
35
- number_default?: string;
+ number_default?: number;
36
obj_default?: {a: string; b: number};
37
bool_default?: boolean;
38
null_default?: any;
0 commit comments