UNPKG

pxt-core

Version:

Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors

6 lines (5 loc) 201 B
import * as Blockly from "blockly"; /** * Provides a string representation of the text a user would normally see on a block. */ export declare function getBlockText(block: Blockly.BlockSvg): string;