diff --git a/packages/ui/src/components/progress-indicator/progress-indicator.types.ts b/packages/ui/src/components/progress-indicator/progress-indicator.types.ts index fd2afcb7f..7c13550e9 100644 --- a/packages/ui/src/components/progress-indicator/progress-indicator.types.ts +++ b/packages/ui/src/components/progress-indicator/progress-indicator.types.ts @@ -2,7 +2,7 @@ import { ReactNode } from 'react'; import { IconProps } from '../icon/icon.types.js'; -export type ProgressIndicatorProps = IconProps & { +export type ProgressIndicatorProps = Omit & { /** * children prop * @default false