index.d.ts 419 B

123456789
  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'
  7. export function describe(_name: string, _fn: () => void): void