import type { ComponentConfig } from '../component/types'; export type CanvasConfig = { components: ComponentConfig[]; [key: string]: any; };