UNPKG

@giphy/react-native-sdk

Version:
8 lines (6 loc) 194 B
export const GiphyThemePreset = { Automatic: 'automatic', Dark: 'dark', Light: 'light', } as const export type GiphyThemePreset = (typeof GiphyThemePreset)[keyof typeof GiphyThemePreset]