@vx-oss/user
Version:
Flexible User Profile Component.
14 lines (11 loc) • 405 B
text/typescript
import * as _vx_oss_system from '@vx-oss/system';
import { UseUserProps } from './use-user.mjs';
import 'react';
import '@vx-oss/theme';
import 'tailwind-variants';
import '@vx-oss/avatar';
import '@vx-oss/react-utils';
interface UserProps extends UseUserProps {
}
declare const User: _vx_oss_system.InternalForwardRefRenderFunction<"div", UserProps, never>;
export { type UserProps, User as default };