UNPKG

@i-novus/ui-core

Version:

Базовые UI компоненты

3 lines (2 loc) 257 B
import { OptionListProps } from '../types'; export declare const OptionList: ({ options, selected, onOptionClick, onScroll, close, multiple, prefix, onMouseLeave, onMouseEnter, value, }: OptionListProps<unknown>) => import("react/jsx-runtime").JSX.Element;