@smitch/fluid
Version:
A Next/React ui-component libray.
4 lines (3 loc) • 341 B
TypeScript
import { SearchInputProps } from './types';
declare const SearchInput: ({ name, id, className, label, icon, onButtonSubmit, size, rounded, placeholder, inputStyles, btnShape, btnBackground, btnColor, autocomplete, autocorrect, spellcheck, spacing, }: SearchInputProps) => import("react/jsx-runtime").JSX.Element;
export default SearchInput;