UNPKG

tm-reuseable-components

Version:

This is a reuseable components lib made for TextMercato

5 lines (4 loc) 131 B
import { FC } from "react"; import { InputProps } from "./input.types"; declare const Input: FC<InputProps>; export default Input;