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

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

import { PropTypes } from '@zag-js/react';
import { Optional } from '../../types';
import * as avatar from '@zag-js/avatar';
export interface UseAvatarProps extends Optional, 'id'> {
}
export interface UseAvatarReturn extends avatar.Api {
}
export declare const useAvatar: (props?: UseAvatarProps) => UseAvatarReturn;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy