UNPKG

@sparkpost/matchbox

Version:
13 lines (11 loc) 229 B
import React from 'react'; import UnstyledLink from './UnstyledLink'; export function linkFrom({ content, ...action }, key) { return ( <UnstyledLink key={key} children={content} {...action} /> ); }