10 lines
258 B
TypeScript
10 lines
258 B
TypeScript
/**
|
|
* Constructor Components Index
|
|
*
|
|
* Types only - import components directly from their files:
|
|
* import CanvasElement from './Constructor/CanvasElement';
|
|
* import ConstructorMenu from './Constructor/ConstructorMenu';
|
|
*/
|
|
|
|
export * from './types';
|