UNPKG

@massds/mayflower-react

Version:

React versions of Mayflower design system UI components

9 lines (8 loc) 240 B
export interface EmailProps { /** The email address. */ email: string; /** Details around contacting the provided email. */ details?: string | object; } declare const Email: (props: EmailProps) => any; export default Email;