UNPKG

primer-react

Version:
7 lines (4 loc) 144 B
import React from 'react' import Button from './Button' const ButtonLink = props => <Button {...props} linkStyle /> export default ButtonLink