UNPKG

@furystack/shades-common-components

Version:

Common UI components for FuryStack Shades

10 lines 492 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>; } & { ref?: import("@furystack/shades").RefObject<Element>; }, children?: import("@furystack/shades").ChildrenList) => JSX.Element; //# sourceMappingURL=command-palette-suggestion-list.d.ts.map