@@ -155,7 +155,7 @@ export interface Clerk {
155
155
* Opens the Clerk SignIn component in a modal.
156
156
* @param props Optional sign in configuration parameters.
157
157
*/
158
- openSignIn : ( props ?: SignInProps ) => void ;
158
+ openSignIn : ( props ?: SignInModalProps ) => void ;
159
159
160
160
/**
161
161
* Closes the Clerk SignIn modal.
@@ -189,7 +189,7 @@ export interface Clerk {
189
189
* Opens the Clerk SignUp component in a modal.
190
190
* @param props Optional props that will be passed to the SignUp component.
191
191
*/
192
- openSignUp : ( props ?: SignUpProps ) => void ;
192
+ openSignUp : ( props ?: SignUpModalProps ) => void ;
193
193
194
194
/**
195
195
* Closes the Clerk SignUp modal.
@@ -200,7 +200,7 @@ export interface Clerk {
200
200
* Opens the Clerk UserProfile modal.
201
201
* @param props Optional props that will be passed to the UserProfile component.
202
202
*/
203
- openUserProfile : ( props ?: UserProfileProps ) => void ;
203
+ openUserProfile : ( props ?: UserProfileModalProps ) => void ;
204
204
205
205
/**
206
206
* Closes the Clerk UserProfile modal.
@@ -211,7 +211,7 @@ export interface Clerk {
211
211
* Opens the Clerk OrganizationProfile modal.
212
212
* @param props Optional props that will be passed to the OrganizationProfile component.
213
213
*/
214
- openOrganizationProfile : ( props ?: OrganizationProfileProps ) => void ;
214
+ openOrganizationProfile : ( props ?: OrganizationProfileModalProps ) => void ;
215
215
216
216
/**
217
217
* Closes the Clerk OrganizationProfile modal.
@@ -222,7 +222,7 @@ export interface Clerk {
222
222
* Opens the Clerk CreateOrganization modal.
223
223
* @param props Optional props that will be passed to the CreateOrganization component.
224
224
*/
225
- openCreateOrganization : ( props ?: CreateOrganizationProps ) => void ;
225
+ openCreateOrganization : ( props ?: CreateOrganizationModalProps ) => void ;
226
226
227
227
/**
228
228
* Closes the Clerk CreateOrganization modal.
@@ -233,7 +233,7 @@ export interface Clerk {
233
233
* Opens the Clerk Waitlist modal.
234
234
* @param props Optional props that will be passed to the Waitlist component.
235
235
*/
236
- openWaitlist : ( props ?: WaitlistProps ) => void ;
236
+ openWaitlist : ( props ?: WaitlistModalProps ) => void ;
237
237
238
238
/**
239
239
* Closes the Clerk Waitlist modal.
0 commit comments