8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030f7d5 commit cceac04Copy full SHA for cceac04
packages/coreui-react/src/components/table/CTable.tsx
@@ -4,7 +4,7 @@ import classNames from 'classnames'
4
5
import { Colors, colorPropType } from '../Types'
6
7
-export interface CTableProps extends TableHTMLAttributes<HTMLTableElement> {
+export interface CTableProps extends Omit<TableHTMLAttributes<HTMLTableElement>, 'align'> {
8
/**
9
* Set the vertical aligment.
10
*/
0 commit comments