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

6 lines
208 B
TypeScript
Raw Normal View History

2025-07-26 16:40:29 +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'