element-ui-for-gov
Version:
element-ui for gov
11 lines (8 loc) • 337 B
TypeScript
import { ElementUIComponentForGov } from './component'
/** Displays the location of the current page, making it easier to browser back */
export declare class ElBreadcrumb extends ElementUIComponentForGov {
/** Separator character */
separator: string
/** Class name of the icon separator */
separatorClass: string
}