UNPKG

blockly

Version:

Blockly is a library for building visual programming editors.

11 lines 238 B
/** * @license * Copyright 2020 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * The interface for a Blockly component that can be registered. */ export interface IRegistrable { } //# sourceMappingURL=i_registrable.d.ts.map