/// import { ComponentStatus } from '../../theming/styled'; export interface DateTimeInputProps { inputRef?: React.Ref; label: string; name: string; status: ComponentStatus; onChange: (value: string) => void; }