cop-web/auto-imports.d.ts

7 lines
195 B
TypeScript
Raw Permalink Normal View History

2024-03-14 03:36:22 +00:00
// Generated by 'unplugin-auto-import'
// We suggest you to commit this file into source control
declare global {
const ElButton: typeof import('element-ui/lib/button')['ElButton']
}
export {}