UNPKG

z-react-dynamic-form

Version:

A dynamic form builder for React applications with various input types and validation

3 lines (2 loc) 203 B
import { SearchableSelectProps, SearchableSelectControllerReturn } from "./types"; export declare const useSearchableSelectController: (props: SearchableSelectProps) => SearchableSelectControllerReturn;