UNPKG

spartan-ui

Version:

React component library that focusses on getting the basics right leaving the design up to you

8 lines (7 loc) 259 B
import { FunctionComponent } from 'react'; import { CommonProps } from '../../types'; interface BreadcrumbProps extends CommonProps { 'aria-label'?: string; } declare const Breadcrumb: FunctionComponent<BreadcrumbProps>; export default Breadcrumb;