mirror of
https://github.com/google/blockly.git
synced 2026-01-06 08:30:13 +01:00
* feat: add empty definitions for comment class * feat: implement constructor * feat: add method implementations * feat: add own properties * chore: add tsdoc * fix: typos * chore: cleanup TODOs
9 lines
211 B
TypeScript
9 lines
211 B
TypeScript
/**
|
|
* @license
|
|
* Copyright 2024 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
export {CommentView} from './comments/comment_view.js';
|
|
export {WorkspaceComment} from './comments/workspace_comment.js';
|