UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

7 lines 165 B
export class StickerConfiguration { style; constructor({ style = {} }) { this.style = style; } } //# sourceMappingURL=StickerConfiguration.js.map