UNPKG

@fesjs/fes-design

Version:
11 lines (10 loc) 494 B
import type { SFCWithInstall } from '../_util/interface'; import Breadcrumb from './breadcrumb'; import BreadcrumbItem from './breadcrumb-item'; export { breadcrumbProps } from './props'; export type { BreadcrumbProps } from './props'; type BreadcrumbType = SFCWithInstall<typeof Breadcrumb>; export declare const FBreadcrumb: BreadcrumbType; type BreadcrumbItemType = SFCWithInstall<typeof BreadcrumbItem>; export declare const FBreadcrumbItem: BreadcrumbItemType; export default FBreadcrumb;