@giphy/react-native-sdk
Version:
Giphy React Native SDK
21 lines • 821 B
TypeScript
export type KeyboardAppearance = 'default' | 'dark' | 'light';
export type IndicatorStyle = 'default' | 'dark' | 'light';
export declare const GiphyStickersColumnCount: {
readonly Two: 2;
readonly Three: 3;
readonly Four: 4;
};
export type GiphyStickersColumnCount = (typeof GiphyStickersColumnCount)[keyof typeof GiphyStickersColumnCount];
export declare const GiphyDirection: {
readonly Horizontal: "horizontal";
readonly Vertical: "vertical";
};
export type GiphyDirection = (typeof GiphyDirection)[keyof typeof GiphyDirection];
export declare const ResizeMode: {
readonly Center: "center";
readonly Contain: "contain";
readonly Cover: "cover";
readonly Stretch: "stretch";
};
export type ResizeMode = (typeof ResizeMode)[keyof typeof ResizeMode];
//# sourceMappingURL=misc.d.ts.map