Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
riknoll committed Oct 31, 2024
1 parent 6dc270d commit 3da3958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion localtypings/pxteditor.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ declare namespace pxt.editor {
blocklyToolbox: ToolboxDefinition;
monacoToolbox: ToolboxDefinition;
projectView: IProjectView;
showNotification: (msg) => void;
showNotification: (msg: string) => void;
}

export interface IToolboxOptions {
Expand Down

0 comments on commit 3da3958

Please sign in to comment.