UNPKG

element-plus

Version:

A Component Library for Vue3.0

5 lines (4 loc) 175 B
import { Option } from '../el-select'; import type { SFCWithInstall } from '../utils/types'; declare const _Option: SFCWithInstall<typeof Option>; export default _Option;