UNPKG

element-plus

Version:

A Component Library for Vue3.0

5 lines (4 loc) 219 B
import type { SFCWithInstall } from '../utils/types'; import DropdownItem from '../el-dropdown/src/dropdown-item.vue'; declare const _DropdownItem: SFCWithInstall<typeof DropdownItem>; export default _DropdownItem;