UNPKG

@wordpress/components

Version:
11 lines (10 loc) 255 B
import { createContext } from "@wordpress/element"; const RadioGroupContext = createContext({ store: void 0, disabled: void 0 }); RadioGroupContext.displayName = "RadioGroupContext"; export { RadioGroupContext }; //# sourceMappingURL=context.js.map