Sha256: df053186d1b5c84fad0e47280be8872164efef140d2f035a27a3507805748319
Contents?: true
Size: 599 Bytes
Versions: 2
Compression:
Stored size: 599 Bytes
Contents
import React from 'react'; declare type AvatarActionButtonProps = { action?: "add" | "remove"; aria?: { [key: string]: string; }; linkAriaLabel?: string; className?: string; dark?: boolean; data?: Object; id?: string; imageAlt?: string; imageUrl?: string; linkUrl?: string; name?: string; onClick?: React.MouseEventHandler<HTMLSpanElement>; placement?: string; size?: "md" | "lg" | "sm" | "xl" | "xs" | "xxs"; }; declare const AvatarActionButton: (props: AvatarActionButtonProps) => JSX.Element; export default AvatarActionButton;
Version data entries
2 entries across 2 versions & 1 rubygems