UNPKG

lightswind

Version:

A professionally designed animate react component library & templates market that brings together functionality, accessibility, and beautiful aesthetics for modern applications.

7 lines (6 loc) 283 B
import * as React from "react"; import { HTMLMotionProps } from "framer-motion"; export interface InputProps extends HTMLMotionProps<"input"> { } declare const Input: React.ForwardRefExoticComponent<Omit<InputProps, "ref"> & React.RefAttributes<HTMLInputElement>>; export { Input };