UNPKG
adrit-mcb
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A customizable floating chatbot widget for React applications
adrit-mcb
/
dist
/
ChatbotWidget.d.ts
4 lines
(3 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
import
React
from
'react'
;
import
type
{
ChatbotWidgetProps
}
from
'./types'
;
export
declare
const
ChatbotWidget
:
React
.
FC
<
ChatbotWidgetProps
>;