UNPKG

@rohitninawe/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

14 lines 394 B
import { emptyIcon, errorIcon, loadingIcon } from "./resources"; export class AIBaseConfiguration { apiConfiguration; ErrorStateView; EmptyStateView; LoadingStateView; loadingIconURL = loadingIcon; errorIconURL = errorIcon; emptyIconURL = emptyIcon; constructor(props) { Object.assign(this, props); } } //# sourceMappingURL=AIBaseConfiguration.js.map