UNPKG

@nex-ui/react

Version:

🎉 A beautiful, modern, and reliable React component library.

6 lines (3 loc) • 120 B
import { Theme } from '../types/theme.js'; declare function defineTheme(theme: Theme): Theme; export { defineTheme };