UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

10 lines (9 loc) 310 B
import { Props as DateValueProps } from '../Date/Date'; export type Props = DateValueProps & { dateFormat?: string; }; declare function DateOfBirth(props: Props): import("react/jsx-runtime").JSX.Element; declare namespace DateOfBirth { var _supportsSpacingProps: boolean; } export default DateOfBirth;