@nex-ui/react
Version:
🎉 A beautiful, modern, and reliable React component library.
12 lines (9 loc) • 647 B
TypeScript
import * as react from 'react';
import { ElementType } from 'react';
import * as react_jsx_runtime from 'react/jsx-runtime';
import { AvatarGroupProps } from './types.js';
declare const AvatarGroup: {
<RootComponent extends ElementType = "div">(inProps: AvatarGroupProps<RootComponent>): 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 };