UNPKG

@v0xoss/user

Version:

Flexible User Profile Component.

14 lines (11 loc) 404 B
import * as _v0xoss_system from '@v0xoss/system'; import { UseUserProps } from './use-user.js'; 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 };