UNPKG

@giphy/react-native-sdk

Version:
9 lines (7 loc) 196 B
export const GiphyMediaType = { Gif: 'gif', Sticker: 'sticker', Text: 'text', Video: 'video', } as const export type GiphyMediaType = (typeof GiphyMediaType)[keyof typeof GiphyMediaType]