import { ISpacer } from './Spacer.interface' import React from 'react' import { StyledSpacer } from './Spacer.theme' const Spacer = ({ id, color, customHeight, height, className, ...props }: ISpacer) => { return (