UNPKG

@wetspace/pro-components

Version:

A professional component library for Vue 3 + Element Plus, inspired by ant-design/pro-components

9 lines (7 loc) 261 B
import { Plugin } from 'vue'; export interface WetProComponentsInstallOptions { /** Prefix for component names in global registration (default: none) */ prefix?: string; } export declare const WetProComponents: Plugin; export default WetProComponents;