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) 260 B
import { CodeInputProps } from "./CodeInput.types"; export declare const CodeInput: { ({ id, defaultValue, defaultDisabled, validate, required, onChange, ...restProps }: CodeInputProps): import("react/jsx-runtime").JSX.Element; displayName: string; };