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

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

import { HTMLProps, PolymorphicProps } from '../factory';
import { UseAvatarReturn } from './use-avatar';
import { ForwardRefExoticComponent, RefAttributes } from 'react';
interface RootProviderProps {
    value: UseAvatarReturn;
}
export interface AvatarRootProviderBaseProps extends RootProviderProps, PolymorphicProps {
}
export interface AvatarRootProviderProps extends HTMLProps<'div'>, AvatarRootProviderBaseProps {
}
export declare const AvatarRootProvider: ForwardRefExoticComponent>;
export {};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy