diff options
Diffstat (limited to 'components/common/selectors/place-of-shipping/place-of-shipping-selector.tsx')
| -rw-r--r-- | components/common/selectors/place-of-shipping/place-of-shipping-selector.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/common/selectors/place-of-shipping/place-of-shipping-selector.tsx b/components/common/selectors/place-of-shipping/place-of-shipping-selector.tsx index 0a9916cd..2e9756a0 100644 --- a/components/common/selectors/place-of-shipping/place-of-shipping-selector.tsx +++ b/components/common/selectors/place-of-shipping/place-of-shipping-selector.tsx @@ -40,7 +40,7 @@ interface PlaceOfShippingData { description: string } -interface PlaceOfShippingSelectorProps { +export interface PlaceOfShippingSelectorProps { value?: string onValueChange?: (value: string) => void placeholder?: string |
