@fesjs/fes-design
Version:
fes-design for PC
11 lines (10 loc) • 494 B
TypeScript
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;