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