/
githubmirror
/
element
Обзор
Документация
Войти
/
githubmirror
/
element
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
types/breadcrumb-item.d.ts
10 строк
319 B
杨奕
some style updates (#7603)
20 окт 2017, 09:03
20 окт 2017, 09:03
7d55d47
Код
Авторство
О чём код?
import { ElementUIComponent } from './component' /** Breadcrumb Item Component */ export declare class ElBreadcrumbItem 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 }