UNPKG

@leancodepl/kratos

Version:

Headless React components library for building Ory Kratos authentication flows

9 lines 455 B
export * from './settingsFlow'; export * from './hooks/useSettingsFlowContext'; export type { TraitsFormProps } from './traitsForm'; export type { NewPasswordFormProps } from './newPasswordForm'; export type { PasskeysFormProps } from './passkeysForm'; export type { OnSettingsFlowError } from './types'; export type { TotpFormProps } from './totpForm'; export type { OidcButtonProps, OidcFormProps } from './oidcForm'; //# sourceMappingURL=index.d.ts.map