版博士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.
 
 
 
 

10 lines
248 B

  1. import * as _nuxt_schema from '@nuxt/schema';
  2. import { Options } from './types.js';
  3. import '@rollup/pluginutils';
  4. import 'unplugin';
  5. import '@antfu/utils';
  6. declare const _default: _nuxt_schema.NuxtModule<Options>;
  7. export { _default as default };