UNPKG

element-pro-components

Version:

a component library for Vue 3 base on element-plus

6 lines (5 loc) 239 B
import Descriptions from './Descriptions'; import type { IDefinePlugin } from '../types/index'; export * from './type'; export { descriptionsProps } from './props'; export declare const ProDescriptions: IDefinePlugin<typeof Descriptions>;