element-ui-for-gov
Version:
element-ui for gov
11 lines (8 loc) • 341 B
TypeScript
import { ElementUIComponentForGov } from './component'
/** Breadcrumb Item Component */
export declare class ElBreadcrumbItem extends ElementUIComponentForGov {
/** Target route of the link, same as to of vue-router */
to: string | object
/** If true, the navigation will not leave a history record */
replace: boolean
}