UNPKG

z-react-dynamic-form

Version:

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

3 lines (2 loc) 238 B
import { SearchableSelectFromApiProps, SearchableSelectFromApiControllerReturn } from "./types"; export declare const useSearchableSelectFromApiController: (props: SearchableSelectFromApiProps) => SearchableSelectFromApiControllerReturn;