Files
docs/node_modules/vitepress/client.d.ts

6 lines
208 B
TypeScript
Raw Normal View History

2025-08-27 14:05:33 +08:00
// re-export vite client types. with strict installers like pnpm, user won't
// be able to reference vite/client in project root.
/// <reference types="vite/client" />
export * from './dist/client/index.js'