UNPKG

quill-component-library

Version:
8 lines (7 loc) 259 B
interface ProgressBarProps { percent: number; answeredQuestionCount: number; questionCount: number; } declare const ProgressBar: ({ percent, answeredQuestionCount, questionCount, }: ProgressBarProps) => JSX.Element; export { ProgressBar };