UNPKG

react-restyle-components

Version:
8 lines 307 B
interface AutocompleteProps { value: string; onValueChange: (value: string) => void; options?: string[]; } export declare const Autocomplete: ({ value, onValueChange, options, }: AutocompleteProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=autocomplete.d.ts.map