UNPKG

@nex-ui/react

Version:

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

10 lines (7 loc) • 288 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { NexUIProviderProps } from './types.js'; declare function NexUIProvider(props: NexUIProviderProps): react_jsx_runtime.JSX.Element; declare namespace NexUIProvider { var displayName: string; } export { NexUIProvider };