UNPKG

@hhgtech/hhg-components

Version:
7 lines (6 loc) 239 B
import React from 'react'; import { OnboardingUIProps } from "../onboardingUI"; export type Props = { onClose(): void; } & OnboardingUIProps; export declare const ResultScreen: ({ onClose, ...rest }: Props) => React.JSX.Element;