UNPKG

react-native-app-auth

Version:

React Native bridge for AppAuth for supporting any OAuth 2 provider

9 lines (8 loc) 308 B
interface InsertProtocolDeclarationParams { source: string; interfaceName: string; protocolName: string; baseClassName?: string; } export declare const insertProtocolDeclaration: ({ source, interfaceName, protocolName, baseClassName, }: InsertProtocolDeclarationParams) => string; export {};