diff --git a/packages/smarthr-ui/src/components/PageCounter/PageCounter.tsx b/packages/smarthr-ui/src/components/PageCounter/PageCounter.tsx index 1c1a989882..dd90bee0ed 100644 --- a/packages/smarthr-ui/src/components/PageCounter/PageCounter.tsx +++ b/packages/smarthr-ui/src/components/PageCounter/PageCounter.tsx @@ -10,9 +10,7 @@ type Props = { start: number end: number total?: number - decorators?: DecoratorsType< - 'unitForTotal' | 'unit' | 'rangeSeparator' | 'rangeSeparatorVisuallyHiddenText' - > + decorators?: DecoratorsType<'rangeSeparator' | 'rangeSeparatorVisuallyHiddenText'> } type ElementProps = Omit, keyof Props>