UNPKG

hotel-ai-widget

Version:

A customizable hotel chat widget for React and vanilla HTML

5 lines (4 loc) 160 B
// Main export for npm package export { default as HotelChatWidget } from "./components/hotel-ai-widget"; export * from "./types"; export * from "./constants";