import React from 'react'; import ls from './Button.less' export default function Button({text, type, onClick}) { return } Button.defaultProps = { type: 'neutral', };