Generated API snapshot
@askrjs/ui/avatar
Exports from the declarations published in @askrjs/ui 0.0.13. Signatures are generated from the installed artifact.
@askrjs/ui/avatar0.0.13
Exports
This entrypoint publishes 14 exports. Use the anchored symbol rows for direct links. Type-only exports are labeled separately from runtime values.
Avatartype
Avatar: { (props: AvatarProps): JSX.Element; (props: AvatarAsChildProps): JSX.Element; }AVATAR_A11Y_CONTRACTtype
AVATAR_A11Y_CONTRACT: { readonly ROOT: { readonly slot: "data-slot"; readonly marker: "data-avatar"; }; readonly IMAGE: { readonly slot: "data-slot"; readonly marker: "data-avatar-image"; readonly requiresAlt: true; }; readonly FALLBACK: { readonly slot: "data-slot"; readonly marker: "data-avatar-fallback"; readonly visibleBeforeImageLoad: true; }; }AvatarA11yContracttype
AvatarA11yContract: anyAvatarAsChildPropstype
AvatarAsChildProps: anyAvatarFallbacktype
AvatarFallback: { (props: AvatarFallbackProps): JSX.Element | null; (props: AvatarFallbackAsChildProps): JSX.Element | null; }AvatarFallbackAsChildPropstype
AvatarFallbackAsChildProps: anyAvatarFallbackOwnPropstype
AvatarFallbackOwnProps: anyAvatarFallbackPropstype
AvatarFallbackProps: anyAvatarImagetype
AvatarImage: (props: AvatarImageProps) => JSX.ElementAvatarImageOwnPropstype
AvatarImageOwnProps: anyAvatarImagePropstype
AvatarImageProps: anyAvatarLoadingStatustype
AvatarLoadingStatus: anyAvatarOwnPropstype
AvatarOwnProps: anyAvatarPropstype
AvatarProps: any