MCPcopy Create free account
hub / github.com/editablejs/editable / AvatarFallbackProps

Interface AvatarFallbackProps

packages/ui/src/avatar.tsx:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84type AvatarFallbackElement = React.ElementRef<typeof Root.span>
85interface AvatarFallbackProps extends PrimitiveSpanProps {
86 delayMs?: number
87}
88
89const AvatarFallback = React.forwardRef<AvatarFallbackElement, AvatarFallbackProps>(
90 (props: AvatarFallbackProps, forwardedRef) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…