UNPKG

northants-design-system

Version:

Design system for West & North Northamptonshire Councils, two unitary councils encompassing Wellingborough, Corby, Daventry, East Northants, Kettering, Northampton, Northamptonshire County and South Northants.

12 lines (11 loc) 300 B
import { QuestionAndAnswerProps } from '../../components/QuestionAndAnswer/QuestionAndAnswer.types'; export interface QuizProps { /** * The quiz title */ title: string; /** * An array of questions and answers for the quiz */ questions: QuestionAndAnswerProps[]; }