import { BaseComponentContext } from './BaseComponentContext.js'; export type ComponentContext = BaseComponentContext & { id: string; classes: string; visible: boolean; children: string; styles: string; };