@wacht/jsx 1.0.0-beta.23 → 1.0.0-beta.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
@@ -692,7 +692,7 @@ declare type SecondFactorPolicy_2 = "none" | "optional" | "enforced";
692
692
 
693
693
  export declare const SignedIn: ({ children }: SignedInProps) => JSX.Element | null;
694
694
 
695
- export declare const SignedInAccounts: React.FC<SignedInAccountsProps>;
695
+ export declare const SignedInAccounts: default_2.FC<SignedInAccountsProps>;
696
696
 
697
697
  declare interface SignedInAccountsProps {
698
698
  onAccountSelect?: (signInId: string) => void;