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