mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
docs(components): [table] better types introduced (#10777)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import type { TableColumnCtx } from 'element-plus/es/components/table/src/table-column/defaults'
|
||||
import type { TableColumnCtx } from 'element-plus'
|
||||
|
||||
interface User {
|
||||
date: string
|
||||
|
||||
Reference in New Issue
Block a user