UNPKG

@wscsports/blaze-rtn-sdk

Version:
7 lines (6 loc) 172 B
import { ConfigPlugin } from '@expo/config-plugins'; declare const withBlaze: ConfigPlugin<{ gprUsr?: string; gprKey?: string; }> | void; export default withBlaze;