import { BaseComponentContext } from './BaseComponentContext.js'; export type ComponentsContext = BaseComponentContext & { children?: string[]; };