diff --git a/src/components/graphics/ProgressBar/ProgressBar.tsx b/src/components/graphics/ProgressBar/ProgressBar.tsx index 3efbf23..689c844 100644 --- a/src/components/graphics/ProgressBar/ProgressBar.tsx +++ b/src/components/graphics/ProgressBar/ProgressBar.tsx @@ -10,7 +10,7 @@ import cl from './ProgressBar.module.scss'; export { cl as ProgressBarClassNames }; -export type ProgressBarProps = React.PropsWithChildren & { +export type ProgressBarProps = React.PropsWithChildren & { /** Whether this component should be unstyled. */ unstyled?: undefined | boolean,