版博士V2.0程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

10 行
264 B

  1. import * as t from '@babel/types';
  2. import { NodePath } from '@babel/traverse';
  3. import type { State } from './interface';
  4. declare const _default: {
  5. JSXElement: {
  6. exit(path: NodePath<t.JSXElement>, state: State): void;
  7. };
  8. };
  9. export default _default;