7 lines
195 B
TypeScript
7 lines
195 B
TypeScript
|
// 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 {}
|