UNPKG

@rohitninawe/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

10 lines 257 B
import { BaseStyle } from "../../shared/base"; export class StickerStyle extends BaseStyle { constructor({ height = 100, width = 100, }) { super({ height, width }); } } //# sourceMappingURL=StickerStyle.js.map