UNPKG

its-just-ui

Version:

ITS Just UI - The easiest and best React UI component library. Modern, accessible, and customizable components built with TypeScript and Tailwind CSS. Simple to use, production-ready components for building beautiful user interfaces with ease.

5 lines (3 loc) 198 B
import { PopoverContextValue } from './types'; export declare const PopoverContext: import('react').Context<PopoverContextValue | null>; export declare const usePopover: () => PopoverContextValue;