Skip to content

Commit a27b51c

Browse files
committed
chore: clean-up
1 parent 67e0539 commit a27b51c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/components/button-group/CButtonGroup.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ import PropTypes from 'prop-types'
33
import classNames from 'classnames'
44

55
export interface CButtonGroupProps extends HTMLAttributes<HTMLDivElement> {
6-
// TODO: clean-up
7-
// /**
8-
// * Define a string that labels the current element. Use it in cases where a text label is not visible on the screen. [docs]
9-
// */
10-
// ariaLabel?: string
116
/**
127
* A string of all className you want applied to the base component. [docs]
138
*/

0 commit comments

Comments
 (0)