UNPKG

element-pro-components

Version:

a component library for Vue 3 base on element-plus

7 lines (6 loc) 237 B
import Crud from './Crud'; import type { IDefinePlugin } from '../types/index'; export * from './useCrud'; export * from './type'; export { crudProps, crudEmits } from './props'; export declare const ProCrud: IDefinePlugin<typeof Crud>;