UNPKG

@slashid/react

Version:

React SDK for the /id platform

9 lines 351 B
export type OnboardingSuccessProps = { children: React.ReactNode; }; /** * * Children of this component render only when the onboarding flow is complete. */ export declare function OnboardingSuccess({ children }: OnboardingSuccessProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=onboarding-success.component.d.ts.map