import React from 'react'; const ArrowDown = (props: any) => { const {onClick} = props; return ( <> ); }; export default ArrowDown;