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.

4 lines (3 loc) 260 B
import { InputAction } from "../input/reducer"; export declare const reducer: <TValue>(state: import("../input/reducer").InputState<TValue>, action: InputAction<TValue>) => import("../input/reducer").InputState<TValue>; export type Action<T> = InputAction<T>;