UNPKG

mss_element_ui

Version:
11 lines (8 loc) 315 B
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 }