UNPKG

@blockly/block-plus-minus

Version:

A group of blocks that replace the built-in mutator UI with a +/- based UI.

15 lines (12 loc) 272 B
/** * @license * Copyright 2020 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * @fileoverview Adds blocks that replace the built-in mutator UI with a +/- UI. */ import './if.js'; import './list_create.js'; import './procedures.js'; import './text_join';