refactor: replace Select hook logic with ref-function
This commit is contained in:
@@ -9,3 +9,5 @@ export interface SelectProps
|
||||
placeholder?: string
|
||||
defaultSelectedKey?: Key
|
||||
}
|
||||
|
||||
export type SelectPortalContainer = HTMLDivElement | null
|
||||
|
||||
Reference in New Issue
Block a user