UNPKG

@nex-ui/react

Version:

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

12 lines (9 loc) • 700 B
import * as react from 'react'; import { ElementType } from 'react'; import * as react_jsx_runtime from '/home/runner/work/nex-ui/nex-ui/node_modules/@types/react/jsx-runtime.d.ts'; import { AvatarGroupProps } from './types.js'; declare const AvatarGroup: { <RootElement extends ElementType = "div">(inProps: AvatarGroupProps<RootElement>): string | number | bigint | boolean | react_jsx_runtime.JSX.Element | Iterable<react.ReactNode> | Promise<string | number | bigint | boolean | react.ReactPortal | react.ReactElement<unknown, string | react.JSXElementConstructor<any>> | Iterable<react.ReactNode> | null | undefined> | null | undefined; displayName: string; }; export { AvatarGroup };