UNPKG

@airplane/views

Version:

A React library for building Airplane views. Views components are optimized in style and functionality to produce internal apps that are easy to build and maintain.

5 lines (4 loc) 412 B
import { InputAction } from "../../../state/components/input/reducer"; export type DatePickerTValue = Date | undefined; export type Action = InputAction<DatePickerTValue>; export declare const reducer: (state: import("../../../state/components/input/reducer").InputState<DatePickerTValue>, action: InputAction<DatePickerTValue>) => import("../../../state/components/input/reducer").InputState<DatePickerTValue>;