UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

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 };