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.

11 lines 400 B
import { Component } from '@a11d/lit'; export declare class CommandPaletteButton extends Component { static get styles(): import("@a11d/lit").CSSResult; protected get template(): import("lit-html").HTMLTemplateResult; } declare global { interface HTMLElementTagNameMap { 'mo-command-palette-button': CommandPaletteButton; } } //# sourceMappingURL=CommandPaletteButton.d.ts.map