import { BaseComponentContext } from './BaseComponentContext.js'; export type BuilderSidebarContext = BaseComponentContext & { groups: string[]; scrollEnabled: boolean | undefined; groupId: string; };