@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.
13 lines • 440 B
TypeScript
import { FieldSearch } from '@3mo/text-fields';
export declare class CommandPaletteSearchField extends FieldSearch {
fetching: boolean;
label: string;
protected initialized(): void;
static get styles(): import("@a11d/lit").CSSResult;
}
declare global {
interface HTMLElementTagNameMap {
'mo-command-palette-search-field': CommandPaletteSearchField;
}
}
//# sourceMappingURL=CommandPaletteSearchField.d.ts.map