UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

7 lines (6 loc) 282 B
import type { ValueDateProps as DateValueProps } from '../Date/Date'; export type ValueDateOfBirthProps = DateValueProps & { dateFormat?: string; }; declare function DateOfBirth(props: ValueDateOfBirthProps): import("react/jsx-runtime").JSX.Element; export default DateOfBirth;