ia-table 0.15.0 → 0.15.1

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.
package/dist/index.d.ts CHANGED
@@ -1174,6 +1174,7 @@ export declare type SmartGridCellRendererParams = {
1174
1174
  rightLabel?: string;
1175
1175
  splits?: SmartGridColumnDefinition[];
1176
1176
  isEnableResetButton?: boolean;
1177
+ placeholder?: string;
1177
1178
  } & Record<string, unknown>;
1178
1179
 
1179
1180
  export declare interface SmartGridCellRendererRendererProps {