UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

9 lines (8 loc) 286 B
import { PropsWithChildren } from 'react'; import { BreadCrumbItemProps } from './interface'; declare function Item(props: PropsWithChildren<BreadCrumbItemProps>): JSX.Element; declare namespace Item { var displayName: string; } export default Item; export { BreadCrumbItemProps };