UNPKG

@cfxjs/react-ui

Version:

Modern and minimalist React UI library.

13 lines (12 loc) 628 B
/// <reference types="react" /> import { Dayjs } from 'dayjs'; import { PickerRefConfig } from '@jnoodle/rc-picker/lib/Picker'; import { RangeValue } from '@jnoodle/rc-picker/lib/interface'; declare const _default: () => { focus: () => void | undefined; blur: () => void | undefined; setValue: (val: Dayjs | null | RangeValue<Dayjs>) => void | undefined; getValue: () => Dayjs | [import("@jnoodle/rc-picker/lib/interface").EventValue<Dayjs>, import("@jnoodle/rc-picker/lib/interface").EventValue<Dayjs>] | null | undefined; ref: import("react").RefObject<PickerRefConfig<Dayjs>>; }; export default _default;