UNPKG

@kor-ui/kor

Version:

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

10 lines (9 loc) 331 B
import { LitElement } from 'lit'; /** * @slot - Hosts kor-switch-items. */ export declare class korSwitch extends LitElement { static get styles(): import("lit").CSSResultGroup[]; render(): import("lit-html").TemplateResult<1>; attributeChangedCallback(name: string, oldval: string, newval: string): void; }