UNPKG

@giphy/react-native-sdk

Version:
10 lines 355 B
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