@nex-ui/react
Version:
🎉 A beautiful, modern, and reliable React component library.
10 lines (7 loc) • 345 B
TypeScript
import * as react_jsx_runtime from '/home/runner/work/nex-ui/nex-ui/node_modules/@types/react/jsx-runtime.d.ts';
import { NexUIProviderProps } from './types.js';
declare function NexUIProvider(props: NexUIProviderProps): react_jsx_runtime.JSX.Element;
declare namespace NexUIProvider {
var displayName: string;
}
export { NexUIProvider };