SelectContextProps
Signature
interface SelectContextProps {
children?: RemixNode
defaultLabel: string
defaultValue?: string | null
disabled?: boolean
labelSwapDelayMs?: number
name?: string
}
interface SelectContextProps {
children?: RemixNode
defaultLabel: string
defaultValue?: string | null
disabled?: boolean
labelSwapDelayMs?: number
name?: string
}