Files
DocsGPT/extensions/react-widget/dist/src/App.d.ts
Eng Zer Jun 374b665089 Upgrade to Vite 5
This commit upgrades vite to the latest version 5, and also updates the
vite plugins to the latest version.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2024-01-19 21:34:28 +08:00

4 lines
89 B
TypeScript

/// <reference types="react" />
declare function App(): JSX.Element;
export default App;