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

api.d.ts 761 B

1234567891011121314
  1. export { S as SetupComponentContext, g as getScopeDecls, h as hotUpdateSetupComponent, l as loadSetupComponent, s as scanSetupComponent, a as transformPost, t as transformSetupComponent } from './index-4b4dc493.js';
  2. import '@vue-macros/common';
  3. import '@babel/types';
  4. import 'vite';
  5. declare const SETUP_COMPONENT_ID_SUFFIX = "-setup-component-";
  6. declare const SETUP_COMPONENT_ID_REGEX: RegExp;
  7. declare const SETUP_COMPONENT_SUB_MODULE: RegExp;
  8. declare const SETUP_COMPONENT_TYPE = "SetupFC";
  9. declare function isSubModule(id: string): boolean;
  10. declare function getMainModule(subModule: string, root: string): string;
  11. export { SETUP_COMPONENT_ID_REGEX, SETUP_COMPONENT_ID_SUFFIX, SETUP_COMPONENT_SUB_MODULE, SETUP_COMPONENT_TYPE, getMainModule, isSubModule };