UNPKG

@kor-ui/kor

Version:

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

11 lines (10 loc) 316 B
import { LitElement } from 'lit'; import '../app-bar'; /** * @slot - The main content area. * @slot functions - Shown on the right side. */ export declare class korNavbar extends LitElement { static get styles(): import("lit").CSSResultGroup[]; render(): import("lit-html").TemplateResult<1>; }