@embedreach/components 0.3.25 → 0.3.26
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 +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -267,7 +267,7 @@ declare interface SMSChannelSettingsProps {
|
|
|
267
267
|
|
|
268
268
|
export declare const SMSOnboarding: ({ hideSubmitButton, formRef, onNeedsApplicationChange, onApplicationSubmit, onFormVisibilityChange, }: SMSChannelSettingsProps) => JSX_2.Element;
|
|
269
269
|
|
|
270
|
-
declare type SMSSetupBusinessFormData = z.infer<typeof SMSSetupBusinessFormSchema>;
|
|
270
|
+
export declare type SMSSetupBusinessFormData = z.infer<typeof SMSSetupBusinessFormSchema>;
|
|
271
271
|
|
|
272
272
|
declare interface SMSSetupBusinessFormRef {
|
|
273
273
|
submit: () => void;
|