@blockly/keyboard-navigation
Version:
A plugin for keyboard navigation.
14 lines • 372 B
TypeScript
/**
* @license
* Copyright 2024 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* Run generated p5.js code in the keyboard navigation test page.
*/
export declare function runCode(): void;
/**
* Register a shortcut under ctrl+R to run code in the test page.
*/
export declare function registerRunCodeShortcut(): void;
//# sourceMappingURL=runCode.d.ts.map