UNPKG

its-just-ui

Version:

ITS Just UI - React 18 & React 19 UI component library. 36+ accessible, TypeScript-native components with Tailwind CSS. Zero-config Material UI alternative for SaaS dashboards and enterprise apps.

5 lines (3 loc) 183 B
import { CardContextValue } from './types'; export declare const CardContext: import('react').Context<CardContextValue | null>; export declare const useCard: () => CardContextValue;