UNPKG

@yosgo/swap-ui

Version:
5 lines (4 loc) 135 B
import { MyLinkProps } from "../Link/Link.types"; export interface BreadcrumbItemProps extends MyLinkProps { last?: boolean; }