UNPKG

jiku-ui

Version:

A Component Library for Vue.js.

11 lines (8 loc) 313 B
import { HeinerUIComponent } from './component' /** Displays the location of the current page, making it easier to browser back */ export declare class HnBreadcrumb extends HeinerUIComponent { /** Separator character */ separator: string /** Class name of the icon separator */ separatorClass: string }