import React from 'react' import { Button } from 'playbook-ui' const ButtonFullWidth = (props) => (
) export default ButtonFullWidth