Files

6 lines
167 B
TypeScript
Raw Permalink Normal View History

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