We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d39b86 commit f7a1d7fCopy full SHA for f7a1d7f
packages/components/src/contexts/useSelect.ts
@@ -1,3 +1,4 @@
1
+'use client'
2
import { createContext, useContext } from 'react'
3
4
type SelectType = 'default' | 'radio' | 'checkbox'
0 commit comments