@ctlyst.id/internal-ui 2.1.13 → 2.1.15

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.mts CHANGED
@@ -230,6 +230,7 @@ interface TableStyleProps {
230
230
  tableCell?: TableCellProps;
231
231
  }
232
232
  interface DataTableProps<T = unknown> extends BoxProps {
233
+ container?: BoxProps;
233
234
  styles?: TableStyleProps;
234
235
  columns: ColumnDef<T>[];
235
236
  dataSource: T[] | undefined;
package/dist/index.d.ts CHANGED
@@ -230,6 +230,7 @@ interface TableStyleProps {
230
230
  tableCell?: TableCellProps;
231
231
  }
232
232
  interface DataTableProps<T = unknown> extends BoxProps {
233
+ container?: BoxProps;
233
234
  styles?: TableStyleProps;
234
235
  columns: ColumnDef<T>[];
235
236
  dataSource: T[] | undefined;