UNPKG
@open-chat/chat-bubble
Version:
latest (0.4.2)
0.4.2
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0
0.0.7
0.0.4
0.0.3
0.0.2
0.0.1
Chat bubble component.
openchat.so
@open-chat/chat-bubble
/
dist
/
types
/
components
/
Messages
/
BotResponseButton.d.ts
5 lines
(4 loc)
•
231 B
TypeScript
View Raw
1
2
3
4
5
import
{
type
ComponentPropsWithoutRef
}
from
"react"
;
export
declare
function
BotMessageButton
(
{ className, label, ...props }:
ComponentPropsWithoutRef
<
"button"
> & { label:
string
; }
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;