a4a7be0cdc98ff25bda6ccdefe8f46eb67a0db70bb5f400b99c665ac720c9a42d862dbcafdd8b7e658a94a67be6fe3fff6bf2ae7c16f82c678c3ce782af1f2 319 B

12345678910
  1. import { ElementUIComponent } from './component'
  2. /** Breadcrumb Item Component */
  3. export declare class ElBreadcrumbItem extends ElementUIComponent {
  4. /** Target route of the link, same as to of vue-router */
  5. to: string | object
  6. /** If true, the navigation will not leave a history record */
  7. replace: boolean
  8. }