@sendbird/uikit-react-native
Version:
Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.
9 lines • 339 B
JavaScript
import React from 'react';
import TypedPlaceholder from '../../../components/TypedPlaceholder';
const OpenChannelCreateStatusLoading = () => {
return /*#__PURE__*/React.createElement(TypedPlaceholder, {
type: 'loading'
});
};
export default OpenChannelCreateStatusLoading;
//# sourceMappingURL=OpenChannelCreateStatusLoading.js.map