UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

8 lines (7 loc) 437 B
import type { NumberFormatAllProps } from './NumberFormatBase'; export type NumberFormatNationalIdentityNumberProps = Omit<NumberFormatAllProps, 'currency' | 'currencyDisplay' | 'currencyPosition' | 'compact'>; declare const NumberFormatNationalIdentityNumber: { (props: NumberFormatNationalIdentityNumberProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export default NumberFormatNationalIdentityNumber;