Add renderer into typings options (#3631)

This commit is contained in:
Sam El-Husseini
2020-01-22 11:07:28 -08:00
committed by Abby
parent a51074d1f1
commit 6a296fe194

View File

@@ -36,6 +36,7 @@ declare module Blockly {
minScale?: number;
scaleSpeed?: number;
};
renderer?: string;
}
interface BlocklyThemeOptions {