mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
feat: Export shape interfaces from ConstantProvider (#7373)
* feat: Export shape interfaces from ConstantProvider * feat: removed import/export ConstantProvider
This commit is contained in:
committed by
GitHub
parent
8b6c780c3e
commit
be2a6bb41d
@@ -32,7 +32,6 @@ import {StatementInput} from '../measurables/statement_input.js';
|
||||
import {TopRow} from '../measurables/top_row.js';
|
||||
import {Types} from '../measurables/types.js';
|
||||
|
||||
import {ConstantProvider} from './constants.js';
|
||||
import {Drawer} from './drawer.js';
|
||||
import type {IPathObject} from './i_path_object.js';
|
||||
import {RenderInfo} from './info.js';
|
||||
@@ -82,7 +81,6 @@ export function init(
|
||||
}
|
||||
export {BottomRow};
|
||||
export {Connection};
|
||||
export {ConstantProvider};
|
||||
export {Drawer};
|
||||
export {ExternalValueInput};
|
||||
export {Field};
|
||||
@@ -109,3 +107,15 @@ export {SquareCorner};
|
||||
export {StatementInput};
|
||||
export {TopRow};
|
||||
export {Types};
|
||||
|
||||
export {
|
||||
OutsideCorners,
|
||||
InsideCorners,
|
||||
StartHat,
|
||||
Notch,
|
||||
PuzzleTab,
|
||||
JaggedTeeth,
|
||||
BaseShape,
|
||||
DynamicShape,
|
||||
ConstantProvider,
|
||||
} from './constants.js';
|
||||
|
||||
Reference in New Issue
Block a user