Skip to content

Commit

Permalink
mobileOptions is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Jan 23, 2019
1 parent 807d239 commit b053cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/table/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ declare module '@elastic/eui' {
scope?: TableHeaderCellScope;
isMobileHeader?: boolean;
hideForMobile?: boolean;
mobileOptions: EuiTableHeaderCellMobileOptionsShape;
mobileOptions?: EuiTableHeaderCellMobileOptionsShape;
}

export const EuiTableHeaderCell: SFC<
Expand Down Expand Up @@ -162,7 +162,7 @@ declare module '@elastic/eui' {
isExpander?: boolean;
isMobileFullWidth?: boolean;
isMobileHeader?: boolean;
mobileOptions: EuiTableRowCellMobileOptionsShape & EuiTableRowCellSharedPropsShape;
mobileOptions?: EuiTableRowCellMobileOptionsShape & EuiTableRowCellSharedPropsShape;
}

export const EuiTableRowCell: SFC<
Expand Down

0 comments on commit b053cc3

Please sign in to comment.