UNPKG

ex-components

Version:

A Vue3 components library based on ElementPlus

8 lines (7 loc) 191 B
import type { App } from 'vue'; import ExTable from './components/ExTable'; declare const ExComponents: { install: (app: App) => void; }; export default ExComponents; export { ExTable };