typescript src/input (#487)

This commit is contained in:
Timo
2022-08-09 11:44:46 +02:00
committed by GitHub
parent 5474693711
commit f554afd6b1
8 changed files with 120 additions and 41 deletions

View File

@@ -23,10 +23,10 @@ import classNames from "classnames";
import styles from "./ListBox.module.css";
interface ListBoxProps<T> extends AriaListBoxOptions<T> {
className: string;
optionClassName: string;
listBoxRef: React.MutableRefObject<HTMLUListElement>;
state: ListState<T>;
className?: string;
listBoxRef?: React.MutableRefObject<HTMLUListElement>;
}
export function ListBox<T>({