UNPKG

@bund-x/core

Version:

Master Components Core Library

24 lines 781 B
export function Breadcrumbs({ className, links, p, e, s, b, text, ...rest }: { [x: string]: any; className: any; links: any; p: any; e: any; s: any; b: any; text: any; }): JSX.Element; export namespace Breadcrumbs { namespace propTypes { const links: PropTypes.Requireable<object>; const p: PropTypes.Requireable<string | object>; const e: PropTypes.Requireable<string | object>; const s: PropTypes.Requireable<string | object>; const b: PropTypes.Requireable<string | object>; const text: PropTypes.Requireable<string | object>; } const displayName: string; } export default Breadcrumbs; import PropTypes from "prop-types"; //# sourceMappingURL=Breadcrumbs.d.ts.map