UNPKG

@hypothesis/frontend-shared

Version:

Shared components, styles and utilities for Hypothesis projects

4 lines 166 B
import { createContext } from 'preact'; const RadioGroupContext = createContext(null); export default RadioGroupContext; //# sourceMappingURL=RadioGroupContext.js.map