UNPKG

knoxui-react

Version:

KnoxUI is a corporate-focused React component library.

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