Skip to content

Commit

Permalink
EuiTableHeaderCellCheckbox convert to TS
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo committed May 29, 2019
1 parent 5fa214e commit b197d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/table/table_header_cell_checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface EuiTableHeaderCellCheckboxProps {

export const EuiTableHeaderCellCheckbox: FunctionComponent<
CommonProps &
TdHTMLAttributes<HTMLTableCellElement> &
TdHTMLAttributes<HTMLTableHeaderCellElement> &
EuiTableHeaderCellCheckboxProps
> = ({ children, className, scope = 'col', ...rest }) => {
const classes = classNames('euiTableHeaderCellCheckbox', className);
Expand Down

0 comments on commit b197d83

Please sign in to comment.