Warp/node_modules/vitepress/client.d.ts

6 lines
208 B
TypeScript
Raw Permalink Normal View History

2024-01-05 12:14:38 +00: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'