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) 192 B
export type { FileInputState, InitialFileInputState } from "./state"; export { useFileInputState } from "./useFileInputState"; export type { FileInputHookOptions } from "./useFileInputState";