index.d.ts 355 B

1234567
  1. // This directory contains a number of d.ts assertions using tsd:
  2. // https://github.com/SamVerschueren/tsd
  3. // The tests checks type errors and will probably show up red in VSCode, and
  4. // it's intended. We cannot use directives like @ts-ignore or @ts-nocheck since
  5. // that would suppress the errors that should be caught.
  6. export * from '@vue/runtime-dom'