mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-03 02:21:49 +08:00
915e1ffe26
- Add example for customizing cell - Add example for customize row class
20 lines
817 B
TypeScript
20 lines
817 B
TypeScript
// generated by unplugin-vue-components
|
|
// We suggest you to commit this file into source control
|
|
// Read more: https://github.com/vuejs/vue-next/pull/3399
|
|
import '@vue/runtime-core'
|
|
|
|
declare module '@vue/runtime-core' {
|
|
export interface GlobalComponents {
|
|
IRiCodeLine: typeof import('~icons/ri/code-line')['default']
|
|
IRiExternalLinkLine: typeof import('~icons/ri/external-link-line')['default']
|
|
IRiFileCopyLine: typeof import('~icons/ri/file-copy-line')['default']
|
|
IRiFlaskLine: typeof import('~icons/ri/flask-line')['default']
|
|
IRiGithubLine: typeof import('~icons/ri/github-line')['default']
|
|
IRiTranslate2: typeof import('~icons/ri/translate2')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
}
|
|
}
|
|
|
|
export {}
|