Fix toolbox typings (#4588)

This commit is contained in:
alschmiedt
2021-01-25 09:48:05 -08:00
committed by GitHub
parent 75f118b4f9
commit ee99aec820

View File

@@ -2,7 +2,7 @@
declare module Blockly {
interface BlocklyOptions {
toolbox?: HTMLElement | string;
toolbox?: Blockly.utils.toolbox.ToolboxDefinition;
readOnly?: boolean;
trashcan?: boolean;
maxInstances?: {[type: string]: number;};