import * as React from 'react' export default class UpDown extends React.Component { static optionValue = 'UpDown' render () { return ( ) } }