UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

12 lines (11 loc) 416 B
import { Props as StringValueProps } from '../String'; import { AnyLocale } from '../../../../shared/Context'; export type Props = StringValueProps & { variant?: 'long' | 'short' | 'numeric'; locale?: AnyLocale; }; declare function DateComponent(props: Props): import("react/jsx-runtime").JSX.Element; declare namespace DateComponent { var _supportsSpacingProps: boolean; } export default DateComponent;