UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

5 lines (4 loc) 337 B
import type { ValueStringProps as StringValueProps } from '../String'; export type ValuePostalCodeAndCityProps = StringValueProps & Partial<Record<'postalCode' | 'city', StringValueProps>>; declare function PostalCodeAndCity(props: ValuePostalCodeAndCityProps): import("react/jsx-runtime").JSX.Element; export default PostalCodeAndCity;