UNPKG

react-autocomplete-plugin

Version:

A simple, powerful, lightweight and customizable autocomplete tool programmed for React projects!

10 lines (9 loc) 301 B
import React from "react"; type InputLabelType = { inputLabelClass?: string; inputLabelStyle?: React.CSSProperties; ariaInputLabel?: string; inputLabel?: string; }; declare function InputLabel(props: InputLabelType): import("react/jsx-runtime").JSX.Element; export default InputLabel;