UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 275 B
import { SelectProps } from './types'; declare const Select: ({ className, rows, dropdownSize, onChange, placeholder, name, disabled, options, children, defaultValue, rounded, nocaret, style, }: SelectProps) => import("react/jsx-runtime").JSX.Element; export default Select;