UNPKG

@hhgtech/hhg-components

Version:
11 lines (10 loc) 300 B
import React from 'react'; type Props = { clientId: number; voucherAnswers?: { email: string; voucherName: string; }; }; declare const SubotInlineVoucherLeftUI: ({ clientId, voucherAnswers }: Props) => React.JSX.Element; export default SubotInlineVoucherLeftUI;