Files
Fluxup_PAP/node_modules/babel-preset-expo/build/babel-plugin-transform-export-namespace-from.d.ts
2026-03-10 16:18:05 +00:00

11 lines
447 B
TypeScript

/**
* Copyright (c) 650 Industries (Expo). All rights reserved.
* Copyright (c) 2014-present Sebastian McKenzie and other contributors
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
import type { ConfigAPI, PluginObj } from '@babel/core';
declare const _default: ({ types: t }: ConfigAPI & typeof import("@babel/core")) => PluginObj;
export default _default;