UNPKG

element-pro-components

Version:

a component library for Vue 3 base on element-plus

6 lines (5 loc) 263 B
import Breadcrumb from './Breadcrumb'; import type { BreadcrumbProps } from 'element-plus'; import type { IDefinePlugin } from '../types/index'; export declare const ProBreadcrumb: IDefinePlugin<typeof Breadcrumb>; export type IBreadcrumbProps = BreadcrumbProps;