UNPKG

@appbuckets/react-ui

Version:
5 lines (4 loc) 160 B
import * as React from 'react'; import { InputProps } from './Input.types'; declare const Input: React.VoidFunctionComponent<InputProps>; export default Input;