Remove remnant
This commit is contained in:
@@ -48,12 +48,12 @@ const GroupContext = React.createContext<{
|
|||||||
setFieldValue: () => {},
|
setFieldValue: () => {},
|
||||||
})
|
})
|
||||||
|
|
||||||
export type GroupProps<T = string> = React.PropsWithChildren<{
|
export type GroupProps = React.PropsWithChildren<{
|
||||||
type?: 'radio' | 'checkbox'
|
type?: 'radio' | 'checkbox'
|
||||||
values: T[]
|
values: string[]
|
||||||
maxSelections?: number
|
maxSelections?: number
|
||||||
disabled?: boolean
|
disabled?: boolean
|
||||||
onChange: (value: T[]) => void
|
onChange: (value: string[]) => void
|
||||||
label: string
|
label: string
|
||||||
}>
|
}>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user