refactor: replace Select hook logic with ref-function

This commit is contained in:
Arvid Norlin
2024-05-31 14:50:58 +02:00
parent 12f800913b
commit 342e8cec18
2 changed files with 12 additions and 8 deletions
@@ -9,3 +9,5 @@ export interface SelectProps
placeholder?: string
defaultSelectedKey?: Key
}
export type SelectPortalContainer = HTMLDivElement | null