@pipedream/connect-react 1.1.0 → 1.2.1

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.
@@ -127,6 +127,8 @@ declare type ControlSelectProps<T> = {
127
127
  onLoadMore?: () => void;
128
128
  };
129
129
 
130
+ export declare function ControlSql(): JSX_2.Element;
131
+
130
132
  export declare function ControlSubmit(props: ControlSubmitProps): JSX_2.Element;
131
133
 
132
134
  declare type ControlSubmitProps = {
@@ -158,6 +160,7 @@ export declare type CustomizableProps = {
158
160
  controlBoolean: ComponentProps<typeof ControlBoolean> & FormFieldContext<ConfigurableProp>;
159
161
  controlInput: ComponentProps<typeof ControlInput> & FormFieldContext<ConfigurableProp>;
160
162
  controlObject: ComponentProps<typeof ControlObject> & FormFieldContext<ConfigurableProp>;
163
+ controlSql: ComponentProps<typeof ControlSql> & FormFieldContext<ConfigurableProp>;
161
164
  controlSubmit: ComponentProps<typeof ControlSubmit>;
162
165
  description: ComponentProps<typeof Description>;
163
166
  error: ComponentProps<typeof Errors>;