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

macros-global.d.ts 176 B

1234
  1. declare type ShortEmits<T extends Record<string, any>> =
  2. import('./macros').ShortEmits<T>
  3. declare type SE<T extends Record<string, any>> =
  4. import('./macros').ShortEmits<T>