@fctc/sme-widget-ui 3.10.7 → 3.10.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -117,7 +117,7 @@ interface TableGroupProps {
117
117
  selectedRowKeys?: any;
118
118
  setSelectedRowKeys?: (selectedRowKeys: any) => void;
119
119
  onClickRow?: any;
120
- env?: any;
120
+ isDisplayOptionalColumns?: boolean;
121
121
  }
122
122
  declare const TableGroup: (props: TableGroupProps) => JSX.Element;
123
123
 
@@ -127,8 +127,8 @@ interface TableHeadProps {
127
127
  isDisplayCheckbox?: any;
128
128
  checkedAll?: any;
129
129
  onToggleColumnOptional?: any;
130
+ isDisplayOptionalColumns?: boolean;
130
131
  onRemoveRow?: any;
131
- env?: any;
132
132
  table?: any;
133
133
  }
134
134
  declare const TableHead: (props: TableHeadProps) => JSX.Element;