UNPKG

element-pro-components

Version:

a component library for Vue 3 base on element-plus

7 lines (6 loc) 283 B
import Card from './Card'; import { cardProps } from './props'; import type { IDefinePlugin, IDefineProps } from '../types/index'; export { cardProps } from './props'; export declare const ProCard: IDefinePlugin<typeof Card>; export type ICardProps = IDefineProps<typeof cardProps>;