UNPKG

@furystack/shades-common-components

Version:

8 lines 428 B
import type { CommandPaletteManager } from './command-palette-manager.js'; export declare const CommandPaletteSuggestionList: (props: { manager: CommandPaletteManager; fullScreenSuggestions?: boolean; } & Omit<Partial<HTMLElement>, "style"> & { style?: Partial<CSSStyleDeclaration>; }, children?: import("@furystack/shades").ChildrenList) => JSX.Element; //# sourceMappingURL=command-palette-suggestion-list.d.ts.map