UNPKG

element-plus

Version:

A Component Library for Vue3.0

5 lines (4 loc) 185 B
import type { SFCWithInstall } from '../utils/types'; import Dropdown from './src/dropdown.vue'; declare const _Dropdown: SFCWithInstall<typeof Dropdown>; export default _Dropdown;