UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

9 lines (8 loc) 288 B
import { ImageStyle } from "react-native"; export interface StickerConfigurationInterface { style?: ImageStyle; } export declare class StickerConfiguration implements StickerConfigurationInterface { style?: ImageStyle; constructor({ style }: StickerConfigurationInterface); }