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