UNPKG

@firecms/core

Version:

Awesome Firebase/Firestore-based headless open-source CMS

13 lines (12 loc) 450 B
import React from "react"; export declare function VirtualTableDateField(props: { name: string; error: Error | undefined; mode?: "date" | "date_time"; timezone?: string; internalValue: Date | undefined | null; updateValue: (newValue: (Date | null)) => void; focused: boolean; disabled: boolean; onBlur?: React.FocusEventHandler<HTMLInputElement | HTMLTextAreaElement>; }): import("react/jsx-runtime").JSX.Element;