mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-30 03:07:36 +08:00
8 lines
247 B
TypeScript
8 lines
247 B
TypeScript
|
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
|
||
|
}
|