import React from 'react'; import cx from 'classnames'; export default function Button({type, onClick, className, children}) { return } Button.defaultProps = { type: 'neutral', };