File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ' @asgardeo/react ' : patch
3+ ' @asgardeo/vue ' : patch
4+ ---
5+
6+ Re-export extensions related types
Original file line number Diff line number Diff line change @@ -326,4 +326,7 @@ export {
326326 type EmbeddedSignUpFlowInitiateRequestV2 as EmbeddedSignUpFlowInitiateRequest ,
327327 type EmbeddedSignUpFlowRequestV2 as EmbeddedSignUpFlowRequest ,
328328 type EmbeddedSignUpFlowErrorResponseV2 as EmbeddedSignUpFlowErrorResponse ,
329+ type ComponentRenderContext ,
330+ type ComponentsExtensions ,
331+ type ComponentRenderer ,
329332} from '@asgardeo/browser' ;
Original file line number Diff line number Diff line change @@ -247,4 +247,7 @@ export {
247247 type EmbeddedSignUpFlowInitiateRequestV2 as EmbeddedSignUpFlowInitiateRequest ,
248248 type EmbeddedSignUpFlowRequestV2 as EmbeddedSignUpFlowRequest ,
249249 type EmbeddedSignUpFlowErrorResponseV2 as EmbeddedSignUpFlowErrorResponse ,
250+ type ComponentRenderContext ,
251+ type ComponentsExtensions ,
252+ type ComponentRenderer ,
250253} from '@asgardeo/browser' ;
You can’t perform that action at this time.
0 commit comments