fix: use generic Select component in Date
This commit is contained in:
@@ -7,5 +7,5 @@ export interface SelectProps
|
||||
name: string
|
||||
onSelect: (key: Key) => void
|
||||
placeholder?: string
|
||||
defaultSelectedKey: Key
|
||||
defaultSelectedKey?: Key
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user