feat(WEB-163): edit profile field validation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { Key } from "react-aria-components"
|
||||
import type { Key, SelectProps as AriaSelectProps } from "react-aria-components"
|
||||
|
||||
export interface SelectProps
|
||||
extends Omit<React.SelectHTMLAttributes<HTMLSelectElement>, "onSelect"> {
|
||||
|
||||
Reference in New Issue
Block a user