UNPKG

@rohitninawe/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

7 lines (6 loc) 241 B
import { BaseStyle, BaseStyleInterface } from "../../shared/base"; export interface StickerStyleInterface extends BaseStyle { } export declare class StickerStyle extends BaseStyle { constructor({ height, width, }: BaseStyleInterface); }