import {Button, Checkbox, Form, Typography} from "antd" import {t} from "ttag" import React from "react" export function DefaultConnectorFormItems({tosLink}: { tosLink: string }) { return <> {t`I have read and accepted the conditions of use of the Provider API, accessible from this hyperlink`} {t`I am of the minimum age required to consent to these conditions`} {t`I waive my right of withdrawal regarding the purchase of domain names via the Provider's API`} }