UNPKG

@ozen-ui/kit

Version:

React component library

7 lines (6 loc) 219 B
import React from 'react'; export type PopoverContextValue = { isTop: boolean; }; export declare const PopoverContext: React.Context<PopoverContextValue>; export declare const usePopover: () => PopoverContextValue;