UNPKG

nextuiq

Version:

NextUIQ is a modern, lightweight, and developer-friendly UI component library for React and Next.js. Built with TypeScript and Tailwind CSS, it offers customizable, accessible, and performance-optimized components with built-in dark mode, theme customizat

4 lines (3 loc) 145 B
import { ThemeClient } from './theme-client'; export declare const ThemeProvider: typeof ThemeClient; export { useTheme } from './theme-client';