index.d.ts 523 B

12345678910111213
  1. export * from './lib/codegen/globalTypes';
  2. export * from './lib/codegen/template';
  3. export * from './lib/languagePlugin';
  4. export * from './lib/parsers/scriptSetupRanges';
  5. export * from './lib/plugins';
  6. export * from './lib/types';
  7. export * from './lib/utils/parseSfc';
  8. export * from './lib/utils/ts';
  9. export * from './lib/virtualFile/vueFile';
  10. export { tsCodegen } from './lib/plugins/vue-tsx';
  11. export * from './lib/utils/shared';
  12. export * from '@volar/language-core';
  13. export type * as CompilerDOM from '@vue/compiler-dom';