UNPKG

@theguild/components

Version:
19 lines (16 loc) 752 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { CallToActionProps } from './call-to-action.mjs'; import './anchor.mjs'; import 'react'; import 'url'; import '../types/components.mjs'; import 'next/image'; import 'next/link'; import 'react-player'; interface ContactTextLinkProps extends Omit<React.HTMLAttributes<HTMLAnchorElement>, 'href' | 'onClick'> { } declare function ContactTextLink(props: ContactTextLinkProps): react_jsx_runtime.JSX.Element; interface ContactButtonProps extends Omit<CallToActionProps.AnchorProps, 'onClick' | 'href'> { } declare function ContactButton(props: ContactButtonProps): react_jsx_runtime.JSX.Element; export { ContactButton, type ContactButtonProps, ContactTextLink, type ContactTextLinkProps };