Repository URL to install this package:
|
Version:
0.0.4 ▾
|
import React from 'react';
import { BlueButton } from '../BlueButton';
const CancelButton = (props) => (React.createElement(BlueButton, Object.assign({ defaultClassName: 'button blue-button gray cancel-button', text: 'cancel' }, props)));
export { CancelButton };
export default CancelButton;
//# sourceMappingURL=CancelButton.js.map