UNPKG

@kor-ui/kor

Version:

Web components library containing lightweight, ready-to-use and framework-agnostic User Interface elements.

9 lines (8 loc) 289 B
import { LitElement } from 'lit'; /** * @slot - The default slot. Takes `kor-breadcrumb-item`s as children. */ export declare class korBreadcrumbs extends LitElement { static get styles(): import("lit").CSSResultGroup[]; render(): import("lit-html").TemplateResult<1>; }