UNPKG

@freecodecamp/ui

Version:

The freeCodeCamp.org open-source UI components

3 lines (2 loc) 153 B
export { QuizQuestion } from "./quiz-question"; export { type QuizQuestionProps, type QuizQuestionAnswer, type QuizQuestionValidation, } from "./types";