Setup: npm i && npm run build -ws
.
The impl/dist/text-widget.svelte.d.ts
file contains a definition of TextWidget
with type any
as props.
TextWidget
must be defined with the correct props type, possibly with import(‘base/extension’).WidgetProps<string>
type.