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