@cloudtower/eagle 0.35.9 → 490.0.0

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.
@@ -122,6 +122,7 @@ export interface ColumnBodyCellProps {
122
122
  }
123
123
  export type AddRowButtonProps = {
124
124
  config: RowAddConfigurations;
125
+ style?: React.CSSProperties;
125
126
  columns: TableFormColumn[];
126
127
  addData: (data: DataType[]) => void;
127
128
  data: DataType[];