question-context.js 171 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 /** * LearnDash Question Context * * @since 4.0.0 * @package LearnDash */ import { createContext } from 'react'; export const QuestionContext = createContext( {} );