@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.cjs.js +1507 -1434
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +12436 -11254
- package/dist/index.es.js.map +1 -1
- package/package.json +3 -3
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:
|
|
695
|
+
export declare const SignedInAccounts: default_2.FC<SignedInAccountsProps>;
|
|
696
696
|
|
|
697
697
|
declare interface SignedInAccountsProps {
|
|
698
698
|
onAccountSelect?: (signInId: string) => void;
|