Skip to content

Commit cceac04

Browse files
committed
refactor(CTable): update interface
1 parent 030f7d5 commit cceac04

File tree

1 file changed

+1
-1
lines changed
  • packages/coreui-react/src/components/table

1 file changed

+1
-1
lines changed

Diff for: packages/coreui-react/src/components/table/CTable.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import classNames from 'classnames'
44

55
import { Colors, colorPropType } from '../Types'
66

7-
export interface CTableProps extends TableHTMLAttributes<HTMLTableElement> {
7+
export interface CTableProps extends Omit<TableHTMLAttributes<HTMLTableElement>, 'align'> {
88
/**
99
* Set the vertical aligment.
1010
*/

0 commit comments

Comments
 (0)