UNPKG

@sentry/react-native

Version:
7 lines 292 B
import type { PluginObj, types as BabelTypes } from '@babel/core'; interface BabelApi { types: typeof BabelTypes; } export default function sentryExpoRouterAutoWrapBabelPlugin({ types: t }: BabelApi): PluginObj; export {}; //# sourceMappingURL=sentryExpoRouterAutoWrapBabelPlugin.d.ts.map