typescript src/input (#487)
This commit is contained in:
parent
5474693711
commit
f554afd6b1
8 changed files with 120 additions and 41 deletions
|
|
@ -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>({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue