UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

16 lines (15 loc) 723 B
import React from 'react'; import { BreadcrumbProps } from './type'; declare const Breadcrumb: { ({ as, divider, className, children, ...props }: BreadcrumbProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>; displayName: string; Item: { ({ as, className, link, href, active, children, ...props }: import("./type").BreadcrumbItemProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>; displayName: string; }; Divider: { ({ as, className, children, ...props }: import("./type").BreadcrumbDividerProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>; displayName: string; }; }; export default Breadcrumb;