UNPKG

element-pro-components

Version:

a component library for Vue 3 base on element-plus

6 lines (5 loc) 222 B
import Select from './Select'; import type { IDefinePlugin } from '../types/index'; export * from './type'; export { selectProps, selectEmits } from './props'; export declare const ProSelect: IDefinePlugin<typeof Select>;