UNPKG

@ucloud-pccl/react-components

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