/** * 注册流程步骤组件导出 */ export { default as WaitEmailLink } from './WaitEmailLink'; export { default as EmailAlreadyRegistered } from './EmailAlreadyRegistered'; export { default as CodeInput } from './CodeInput'; export { default as VerificationSuccess } from './VerificationSuccess'; export { default as SetPassword } from './SetPassword'; export { default as VerifyingEmailLink } from './VerifyingEmailLink'; export { default as EmailLinkExpired } from './EmailLinkExpired'; export { default as EmailLinkAlreadyUsed } from './EmailLinkAlreadyUsed'; export type { WaitEmailLinkProps } from './WaitEmailLink'; export type { EmailAlreadyRegisteredProps } from './EmailAlreadyRegistered'; export type { CodeInputProps } from './CodeInput'; export type { VerificationSuccessProps } from './VerificationSuccess'; export type { SetPasswordProps } from './SetPassword'; export type { VerifyingEmailLinkProps } from './VerifyingEmailLink'; export type { EmailLinkExpiredProps } from './EmailLinkExpired'; export type { EmailLinkAlreadyUsedProps } from './EmailLinkAlreadyUsed';