版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 line
423 B

  1. import * as unplugin from 'unplugin';
  2. export { t as transform } from './transform-3536c1e4.js';
  3. import { BaseOptions, MarkRequired } from '@vue-macros/common';
  4. import '@babel/types';
  5. type Options = BaseOptions;
  6. type OptionsResolved = MarkRequired<Options, 'include' | 'version'>;
  7. declare const _default: unplugin.UnpluginInstance<BaseOptions | undefined, false>;
  8. export { Options, OptionsResolved, _default as default };