11 lines
447 B
TypeScript
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;
|