UNPKG

@gpa-gemstone/react-forms

Version:
10 lines (9 loc) 317 B
import * as moment from 'moment'; import { Gemstone } from '@gpa-gemstone/application-typings'; interface IProps { DateTime: moment.Moment | undefined; Setter: (record: moment.Moment) => void; Accuracy?: Gemstone.TSX.Types.Accuracy; } export default function Clock(props: IProps): JSX.Element; export {};