UNPKG

@ykcl/smart-ui-oversea

Version:

A Component Library for Vue.js.

11 lines (8 loc) 329 B
import { ElementUIComponent } from './component' /** Breadcrumb Item Component */ export declare class YkBreadcrumbItem extends ElementUIComponent { /** 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 }