Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Apr 22, 2021
1 parent f0a366e commit cffbd31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export interface ExpressionWrapperProps {
style?: React.CSSProperties;
className?: string;
canEdit: boolean;
onRuntimeError: () => {};
onRuntimeError: () => void;
}

interface VisualizationErrorProps {
Expand Down

0 comments on commit cffbd31

Please sign in to comment.