@giphy/react-native-sdk
Version:
Giphy React Native SDK
16 lines • 307 B
JavaScript
export const GiphyStickersColumnCount = {
Two: 2,
Three: 3,
Four: 4
};
export const GiphyDirection = {
Horizontal: 'horizontal',
Vertical: 'vertical'
};
export const ResizeMode = {
Center: 'center',
Contain: 'contain',
Cover: 'cover',
Stretch: 'stretch'
};
//# sourceMappingURL=misc.js.map