UNPKG

react-awesome-giphy

Version:
7 lines (6 loc) 236 B
import React from 'react'; interface Props extends React.InputHTMLAttributes<HTMLInputElement> { callback: (input: string) => void; } declare const InputComponent: (props: Props) => JSX.Element; export default InputComponent;