import type { WidgetCommonProps } from "../widgets.js"; declare module "../../form/index.js" { interface ComponentProps { switchWidget: WidgetCommonProps; } interface ComponentBindings { switchWidget: "value"; } }