UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

6 lines (5 loc) 275 B
import { default as React } from 'react'; export interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> { } export declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLInputElement>>; //# sourceMappingURL=input.d.ts.map