@giphy/react-native-sdk
Version:
Giphy React Native SDK
25 lines (24 loc) • 590 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ResizeMode = exports.GiphyStickersColumnCount = exports.GiphyDirection = void 0;
const GiphyStickersColumnCount = {
Two: 2,
Three: 3,
Four: 4
};
exports.GiphyStickersColumnCount = GiphyStickersColumnCount;
const GiphyDirection = {
Horizontal: 'horizontal',
Vertical: 'vertical'
};
exports.GiphyDirection = GiphyDirection;
const ResizeMode = {
Center: 'center',
Contain: 'contain',
Cover: 'cover',
Stretch: 'stretch'
};
exports.ResizeMode = ResizeMode;
//# sourceMappingURL=misc.js.map