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.

8 lines (7 loc) 271 B
import { InputType } from "./FormProvider"; /** * useRegisterFormInput registers a component as a form input component. * * This allows the form to track the state of the component. */ export declare const useRegisterFormInput: (id: string, type: InputType) => void;