UNPKG

ui-lit

Version:

UI Elements on LIT

7 lines (6 loc) 190 B
import { LitElement } from 'lit'; export declare class LitPallete extends LitElement { static styles: import("lit").CSSResult; name: string; protected render(): unknown; }