UNPKG

@benbugraer/headline-editor

Version:
5 lines (4 loc) 226 B
import * as React from "react"; export type InputProps = React.InputHTMLAttributes<HTMLInputElement>; declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLInputElement>>; export { Input };