UNPKG

@giphy/react-native-sdk

Version:
22 lines (21 loc) 536 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ResizeMode = exports.GiphyStickersColumnCount = exports.GiphyDirection = void 0; const GiphyStickersColumnCount = exports.GiphyStickersColumnCount = { Two: 2, Three: 3, Four: 4 }; const GiphyDirection = exports.GiphyDirection = { Horizontal: 'horizontal', Vertical: 'vertical' }; const ResizeMode = exports.ResizeMode = { Center: 'center', Contain: 'contain', Cover: 'cover', Stretch: 'stretch' }; //# sourceMappingURL=misc.js.map