mbio-ui
Version:
Web components library containing lightweight, ready-to-use and framework-agnostic User Interface elements.
10 lines (9 loc) • 333 B
TypeScript
import { LitElement } from 'lit';
/**
* @slot - Hosts mbio-switch-items.
*/
export declare class mbioSwitch extends LitElement {
static get styles(): import("lit").CSSResultGroup[];
render(): import("lit-html").TemplateResult<1>;
attributeChangedCallback(name: string, oldval: string, newval: string): void;
}