UNPKG

z-react-dynamic-form

Version:

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

3 lines (2 loc) 178 B
import { MultiSelectProps, MultiSelectControllerReturn } from "./types"; export declare const useMultiSelectController: (props: MultiSelectProps) => MultiSelectControllerReturn;