@kor-ui/kor
Version:
Web components library containing lightweight, ready-to-use and framework-agnostic User Interface elements.
10 lines (9 loc) • 387 B
TypeScript
import { LitElement } from 'lit';
export declare class korSwipeAction extends LitElement {
icon: string | undefined;
bgColor: string | undefined;
static get styles(): import("lit").CSSResultGroup[];
render(): import("lit-html").TemplateResult<1>;
attributeChangedCallback(name: string, oldval: string, newval: string): void;
connectedCallback(): void;
}