pxt-core
Version:
Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors
12 lines (11 loc) • 521 B
TypeScript
import * as Blockly from "blockly";
declare type VariablesGetReporterMixinType = typeof VARIABLES_GET_REPORTER_MIXIN;
interface VariablesGetReporterMixin extends VariablesGetReporterMixinType {
}
export declare type VariablesGetReporterBlock = Blockly.BlockSvg & VariablesGetReporterMixin;
declare const VARIABLES_GET_REPORTER_MIXIN: {
duplicateOnDrag_: boolean;
mutationToDom(this: VariablesGetReporterBlock): Element;
domToMutation(this: VariablesGetReporterBlock, xmlElement: Element): void;
};
export {};