All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.components.avatar.avatar-root.d.cts Maven / Gradle / Ivy

import { HTMLProps, PolymorphicProps } from '../factory';
import { UseAvatarProps } from './use-avatar';
import { ForwardRefExoticComponent, RefAttributes } from 'react';
export interface AvatarRootBaseProps extends UseAvatarProps, PolymorphicProps {
}
export interface AvatarRootProps extends HTMLProps<'div'>, AvatarRootBaseProps {
}
export declare const AvatarRoot: ForwardRefExoticComponent>;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy