| 83 | |
| 84 | type AvatarFallbackElement = React.ElementRef<typeof Root.span> |
| 85 | interface AvatarFallbackProps extends PrimitiveSpanProps { |
| 86 | delayMs?: number |
| 87 | } |
| 88 | |
| 89 | const AvatarFallback = React.forwardRef<AvatarFallbackElement, AvatarFallbackProps>( |
| 90 | (props: AvatarFallbackProps, forwardedRef) => { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…