UNPKG

quill-component-library

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