const Loader = ({ width, height, speed }) => ( ); Loader.defaultProps = { width: "100px", height: "100px", speed: ".9s" } export default Loader;