UNPKG

315 BTypeScriptView Raw
1import { ElementUIComponent } from './component'
2
3/** Displays the location of the current page, making it easier to browser back */
4export declare class ElBreadcrumb extends ElementUIComponent {
5 /** Separator character */
6 separator: string
7
8 /** Class name of the icon separator */
9 separatorClass: string
10}