UNPKG

air-command-ui-library

Version:

A React component library for Air Command System with Storybook

5 lines (4 loc) 204 B
import React from 'react'; import type { InputProps } from './Input.types'; declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLInputElement>>; export default Input;