UNPKG

@rohitninawe/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

15 lines 354 B
export class CreateGroupConfiguration { closeIcon; createGroupStyle; createIcon; onBack; onCreatePress; onError; constructor(props) { if (props) for (const [key, value] of Object.entries(props)) { this[key] = value; } } } //# sourceMappingURL=CreateGroupConfiguration.js.map