UNPKG

@flagship.io/react-native-sdk

Version:
10 lines (9 loc) 302 B
import React from 'react'; type ABTastyQAProviderProps = { children: React.ReactNode; isQAModeEnabled?: boolean; envId?: string; apiKey?: string; }; export declare function ABTastyQAProvider({ children, isQAModeEnabled, envId, apiKey }: ABTastyQAProviderProps): JSX.Element; export {};