UNPKG

@kadoui/react

Version:

Kadoui primitive components for React

7 lines 316 B
import { InputHTMLAttributes } from "react"; type SelectBoxFieldPropsT = InputHTMLAttributes<HTMLInputElement> & { search?: boolean; }; export default function SelectBoxField({ search, ...p }: SelectBoxFieldPropsT): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=SelectBoxField.d.ts.map