@builder.io/sdk-solid 1.0.22 → 1.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -564,7 +564,7 @@ declare function Symbol(props: SymbolProps): solid_js.JSX.Element;
564
564
 
565
565
  type TextProps = {
566
566
  text?: string;
567
- };
567
+ } & BuilderDataProps;
568
568
 
569
569
  declare function Text(props: TextProps): solid_js.JSX.Element;
570
570