UNPKG

@hhgtech/hhg-components

Version:
7 lines (6 loc) 270 B
import React from 'react'; export type RequestConsultationSuccessProps = { onClose: () => void; }; export declare function RequestConsultationSuccess({ onClose, }: RequestConsultationSuccessProps): React.JSX.Element; export default RequestConsultationSuccess;