react-restyle-components
Version:
Easy use restyle components
8 lines • 307 B
TypeScript
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