Files
Tiber365/node_modules/astro/dist/jsx/babel.d.ts

6 lines
167 B
TypeScript

import type { PluginObj } from '@babel/core';
/**
* @deprecated This plugin is no longer used. Remove in Astro 5.0
*/
export default function astroJSX(): PluginObj;