UNPKG

daily-toolset

Version:

A lightweight, versatile collection of TypeScript utility functions for everyday development needs. Simplify and streamline your Node.js, React, and Next.js projects with a powerful suite of well-organized helpers for strings, arrays, dates, objects, and

3 lines (2 loc) 280 B
import { SelectProps } from "../../input.type"; export declare function Select({ addEmpty, align, name, label, options, isDisabled, isRequired, isSearchable, isClearable, defaultValue, handleSelection, error, placeholder, }: SelectProps): import("react/jsx-runtime").JSX.Element;