You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Additional CSS class names to apply to the indicator.
57
58
*/
58
59
className?: string;
60
+
/**
61
+
* Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}
62
+
*/
63
+
ref?: Ref<HTMLSpanElement>;
59
64
}
60
65
61
66
/**
@@ -73,9 +78,7 @@ export function AgentChatIndicator({
0 commit comments