import { StylableComponent } from '.'

export interface SpacerProps extends StylableComponent {
    width?: string
    widthType?: string
}
