@furystack/shades-common-components
Version:
7 lines • 372 B
TypeScript
import type { CommandPaletteManager } from './command-palette-manager.js';
export declare const CommandPaletteInput: (props: {
manager: CommandPaletteManager;
} & Omit<Partial<HTMLElement>, "style"> & {
style?: Partial<CSSStyleDeclaration>;
}, children?: import("@furystack/shades").ChildrenList) => JSX.Element;
//# sourceMappingURL=command-palette-input.d.ts.map