UNPKG

@massds/mayflower-react

Version:

React versions of Mayflower design system UI components

12 lines (11 loc) 293 B
export interface GenTeaserEmailProps { /** The email address. */ email: string; /** Details around contacting the provided email. */ details?: string | object; } /** * Email */ declare const GenTeaserEmail: (props: GenTeaserEmailProps) => any; export default GenTeaserEmail;