mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* Revert "fix(types): packing unexpected types (#19419)"
This reverts commit 13506ffb81.
* Revert "chore: add explicit type annoation (#19352)"
* fix(typescript): borken import paths in declaration files
* chore: emits smaller declaration files
4 lines
115 B
TypeScript
4 lines
115 B
TypeScript
import type Dropdown from './dropdown.vue'
|
|
|
|
export type DropdownInstance = InstanceType<typeof Dropdown> & unknown
|