UNPKG

@giphy/react-native-sdk

Version:
9 lines 246 B
export interface GiphySDKConfig { apiKey: string; verificationMode?: boolean; videoCacheMaxBytes?: number; } export declare class GiphySDK { static configure(options: GiphySDKConfig): void; } //# sourceMappingURL=GiphySDK.d.ts.map