@giphy/react-native-sdk
Version:
Giphy React Native SDK
10 lines • 355 B
TypeScript
export declare const GiphyContentType: {
readonly Emoji: "emoji";
readonly Gif: "gif";
readonly Recents: "recents";
readonly Sticker: "sticker";
readonly Text: "text";
readonly Clips: "clips";
};
export type GiphyContentType = (typeof GiphyContentType)[keyof typeof GiphyContentType];
//# sourceMappingURL=giphyContentType.d.ts.map