import React from 'react' const Spacer = ({ height = 20 }: { height?: number | string }) => { return
} export { Spacer }