@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
8 lines (7 loc) • 335 B
TypeScript
import type { ValueStringProps as StringValueProps } from '../String';
import type { AnyLocale } from '../../../../shared/Context';
export type ValueTimeProps = StringValueProps & {
locale?: AnyLocale;
};
declare function TimeComponent(props: ValueTimeProps): import("react/jsx-runtime").JSX.Element;
export default TimeComponent;