UNPKG
@robylon/robylon-web-react-sdk
Version:
latest (1.1.1)
staging (1.1.2-staging.1)
1.1.2-staging.1
1.1.2-staging.0
1.1.1
1.0.0
React SDK for Robylon AI Chatbot
app.robylon.ai
OneWorldNation/robylon-web-react-sdk
@robylon/robylon-web-react-sdk
/
dist
/
cjs
/
types
/
hooks
/
useChatbot.d.ts
3 lines
(2 loc)
•
130 B
TypeScript
View Raw
1
2
3
import
{
ChatbotConfig
,
ChatbotState
}
from
"../types"
;
export
declare
const
useChatbot
:
(
config
:
ChatbotConfig
) =>
ChatbotState
;