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.

6 lines (5 loc) 217 B
import { FormProps } from "./Form.types"; export declare const Form: { <TOutput = any>({ id: propId, children, ...props }: FormProps<TOutput>): import("react/jsx-runtime").JSX.Element; displayName: string; };