UNPKG

@nami-ui/radio

Version:
3 lines (2 loc) 93 B
import { createContext } from 'react'; export const RadioGroupContext = createContext(null);