Skip to content

Commit 7fc0c67

Browse files
committed
refactor(CPagination): remove ariaLabel property from interface
1 parent 61759ad commit 7fc0c67

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/pagination/CPaginationItem.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ import classNames from 'classnames'
55
import { CLink } from '../link/CLink'
66

77
export interface CPaginationItemProps extends HTMLAttributes<HTMLAnchorElement> {
8-
/**
9-
* Define a string that labels the current element. Use it in cases where a text label is not visible on the screen. [docs]
10-
*/
11-
ariaLabel?: string
128
/**
139
* Toggle the active state for the component. [docs]
1410
*/

0 commit comments

Comments
 (0)