import React from 'react'; export default (props) => { const { options = [] } = props; return ( ); }