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.

4 lines (2 loc) 155 B
import { TableContextValue, RowData } from './types'; export declare const TableContext: import('react').Context<TableContextValue<RowData> | undefined>;