@furystack/shades-common-components
Version:
10 lines • 417 B
TypeScript
import type { TextInputProps } from './input.js';
export declare const Autocomplete: (props: {
inputProps?: TextInputProps;
suggestions: string[];
strict?: boolean;
onchange?: (value: string) => void;
} & Omit<Partial<HTMLElement>, "style"> & {
style?: Partial<CSSStyleDeclaration>;
}, children?: import("@furystack/shades").ChildrenList) => JSX.Element;
//# sourceMappingURL=autocomplete.d.ts.map