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