@ctlyst.id/internal-ui 2.1.13 → 2.1.14

Sign up to get free protection for your applications and to get access to all the features.
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;