UNPKG

react-restyle-components

Version:
10 lines 381 B
interface InputDropdownProps { title: string; items: Array<string>; hasError?: boolean; className?: string; onChange?: (item: string) => void; } export declare const InputDropdown: ({ items, className, hasError, title, onChange, }: InputDropdownProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=input-dropdown.component.d.ts.map