Skip to content

Commit 60f3890

Browse files
committed
updated typescript component prop type
1 parent 1c334d4 commit 60f3890

File tree

1 file changed

+1
-1
lines changed
  • @plotly/dash-generator-test-component-typescript/src

1 file changed

+1
-1
lines changed

@plotly/dash-generator-test-component-typescript/src/props.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export type TypescriptComponentProps = {
3232
array_elements?: JSX.Element[];
3333

3434
string_default?: string;
35-
number_default?: string;
35+
number_default?: number;
3636
obj_default?: {a: string; b: number};
3737
bool_default?: boolean;
3838
null_default?: any;

0 commit comments

Comments
 (0)