@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
5 lines (4 loc) • 298 B
TypeScript
import type { ValueStringProps as StringValueProps } from '../String';
export type ValueNationalIdentityNumberProps = StringValueProps;
declare function NationalIdentityNumber(props: ValueNationalIdentityNumberProps): import("react/jsx-runtime").JSX.Element;
export default NationalIdentityNumber;