/
githubmirror
/
element
Обзор
Документация
Войти
/
githubmirror
/
element
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
types/breadcrumb.d.ts
10 строк
315 B
Leopoldthecoder
update typings
18 окт 2017, 13:38
18 окт 2017, 13:38
1e95e51
Код
Авторство
О чём код?
import { ElementUIComponent } from './component' /** Displays the location of the current page, making it easier to browser back */ export declare class ElBreadcrumb extends ElementUIComponent { /** Separator character */ separator: string /** Class name of the icon separator */ separatorClass: string }