Repository URL to install this package:
|
Version:
2.7.3 ▾
|
import React from 'react'
import { styled } from 'styleh-components'
import {
SelectDropDown,
} from 'molecules/SelectDropDown'
const StyledSelectDropDown = styled.withComponent(SelectDropDown) `
`
export {
StyledSelectDropDown,
}