UNPKG

blockly

Version:

Blockly is a library for building visual programming editors.

11 lines 219 B
/** * @license * Copyright 2018 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { Theme } from '../theme.js'; /** * Zelos theme. */ export declare const Zelos: Theme; //# sourceMappingURL=zelos.d.ts.map