@wacht/jsx 0.0.1-alpha.25 → 0.0.1-alpha.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.cjs.js +840 -823
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +8466 -8408
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -35,6 +35,7 @@ import { ReactNode } from 'react';
|
|
|
35
35
|
import { RefAttributes } from 'react';
|
|
36
36
|
import { RoleCreate } from '@wacht/types';
|
|
37
37
|
import { SecondFactorPolicy } from '@wacht/types';
|
|
38
|
+
import { Segment } from '@wacht/types';
|
|
38
39
|
import { Session } from '@wacht/types';
|
|
39
40
|
import { SignIn as SignIn_2 } from '@wacht/types';
|
|
40
41
|
import { SigninAttempt } from '@wacht/types';
|
|
@@ -1207,6 +1208,7 @@ export declare function useUser(): {
|
|
|
1207
1208
|
backup_codes?: string[];
|
|
1208
1209
|
has_password?: boolean | undefined;
|
|
1209
1210
|
public_metadata?: Record<string, unknown> | undefined;
|
|
1211
|
+
segments?: Segment[] | undefined;
|
|
1210
1212
|
};
|
|
1211
1213
|
loading: boolean;
|
|
1212
1214
|
error: any;
|