Skip to content

Commit

Permalink
fix: PageCounter コンポーネントの decorators の型を修正 (#4717)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-sasaki-0529 authored Jun 14, 2024
1 parent 953d689 commit 4fce9f4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<ComponentPropsWithoutRef<'div'>, keyof Props>

Expand Down

0 comments on commit 4fce9f4

Please sign in to comment.