UNPKG

@massds/mayflower-react

Version:

React versions of Mayflower design system UI components

12 lines (11 loc) 278 B
export interface GenTeaserPhoneProps { /** The phone number */ number?: string; /** Any details related to the phone number */ details?: string; } /** * Phone */ declare const GenTeaserPhone: (props: GenTeaserPhoneProps) => any; export default GenTeaserPhone;