UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

10 lines (9 loc) 418 B
import { Props as StringValueProps } from '../String'; export type Props = StringValueProps; declare function Address(props: Props): import("react/jsx-runtime").JSX.Element; declare namespace Address { var _supportsSpacingProps: boolean; var Postal: (props: Props) => import("react/jsx-runtime").JSX.Element; var Street: (props: Props) => import("react/jsx-runtime").JSX.Element; } export default Address;