mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-11 20:06:54 +08:00
7 lines
152 B
TypeScript
7 lines
152 B
TypeScript
'use client'
|
|
|
|
import { createContext } from 'use-context-selector'
|
|
|
|
const RadioGroupContext = createContext<any>(null)
|
|
export default RadioGroupContext
|