2026-03-29 16:03:25 +04:00

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';