prlg-ui 1.8.191 → 1.8.192

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1275,6 +1275,8 @@ declare type ColumnBodySlotProps = {
1275
1275
  index: number;
1276
1276
  };
1277
1277
 
1278
+ export { ColumnDef }
1279
+
1278
1280
  declare type ColumnFooterSlotProps = {
1279
1281
  column: Column_2;
1280
1282
  data: DataItem;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.191",
4
+ "version": "1.8.192",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",