UNPKG

z-react-dynamic-form

Version:

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

3 lines (2 loc) 173 B
import { SelectControllerProps, SelectControllerReturn } from "./types"; export declare const useSelectController: (props: SelectControllerProps) => SelectControllerReturn;