UNPKG

@3mo/command-palette

Version:

Command-palettes are a common way to provide users with a list of actions they can perform in a given context.

16 lines 495 B
import { Component } from '@a11d/lit'; export declare class KeyboardKey extends Component { private static readonly iconsByKey; key: string; splitter?: string; static get styles(): import("@a11d/lit").CSSResult; private get keys(); protected get template(): import("lit-html").HTMLTemplateResult; private getKeyTemplate; } declare global { interface HTMLElementTagNameMap { 'mo-keyboard-key': KeyboardKey; } } //# sourceMappingURL=KeyboardKey.d.ts.map