UNPKG

@desci-labs/frontend-components

Version:

A library for commonly used components on the DeSci Frontend web apps

5 lines 261 B
import * as React from "react"; export type InputProps = React.InputHTMLAttributes<HTMLInputElement>; declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLInputElement>>; export { Input }; //# sourceMappingURL=Input.d.ts.map