file-vue.d.ts 148 B

1234
  1. import { VueLanguagePlugin } from '../types';
  2. declare const plugin: VueLanguagePlugin;
  3. export default plugin;
  4. //# sourceMappingURL=file-vue.d.ts.map