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