UNPKG

config-plugin-react-native-auth0

Version:
10 lines (9 loc) 238 B
import { ConfigPlugin } from "@expo/config-plugins"; export interface Auth0PluginProps { /** * Domain from Auth0 */ auth0Domain: string; } declare const _default: ConfigPlugin<Auth0PluginProps>; export default _default;