UNPKG

@ucloud-fe/react-components

Version:
9 lines (8 loc) 296 B
/// <reference types="react" /> import { Key } from '../../hooks/group'; declare const SelectContext: import("react").Context<{ hidePopup: () => void; handleSearch: (value: Key, props: any) => boolean | [string, string, string]; searchValue: string; }>; export default SelectContext;