UNPKG

@gechiui/components

Version:
10 lines 221 B
/** * GeChiUI dependencies */ import { createContext } from '@gechiui/element'; const RadioContext = createContext({ state: null, setState: () => {} }); export default RadioContext; //# sourceMappingURL=index.js.map