reactemplate/auto-imports.d.ts

8 lines
234 B
TypeScript
Raw Normal View History

2022-04-02 14:54:55 +08:00
// Generated by 'unplugin-auto-import'
// We suggest you to commit this file into source control
declare global {
2022-04-02 17:04:33 +08:00
const useEffect: typeof import('react')['useEffect']
const useState: typeof import('react')['useState']
2022-04-02 14:54:55 +08:00
}
export {}