UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

5 lines (4 loc) 254 B
import type { ValueStringProps as StringValueProps } from '../String'; export type ValuePhoneNumberProps = StringValueProps; declare function PhoneNumber(props: ValuePhoneNumberProps): import("react/jsx-runtime").JSX.Element; export default PhoneNumber;