UNPKG

@geist-ui/react

Version:

Modern and minimalist React UI library.

8 lines (7 loc) 296 B
import React from 'react'; export declare type PopoverConfig = { disableItemsAutoClose: boolean; onItemClick: (e: React.MouseEvent<HTMLDivElement>) => void; }; export declare const PopoverContext: React.Context<PopoverConfig>; export declare const usePopoverContext: () => PopoverConfig;