UNPKG

mistui-kit

Version:

**👉 [Try MistUi Live](https://gilded-tanuki-0eb52b.netlify.app/) — interactive playground & docs**

3 lines (2 loc) • 296 B
import type { SelectInputProps } from './type'; export default function Select({ onChange, placeholder, items, size, value, required, style, color, variant, disabledForm, rightIcon, usePortal, portalContainer, onToogleOpen, ...props }: SelectInputProps): import("react/jsx-runtime").JSX.Element;