We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7a017 commit 03ac459Copy full SHA for 03ac459
projects/table-builder/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mx-table-builder",
3
- "version": "0.4.12",
+ "version": "0.4.13",
4
"peerDependencies": {
5
"@angular/common": "~11.0.0",
6
"@angular/core": "~11.0.0",
projects/table-builder/src/public-api.ts
@@ -13,3 +13,5 @@ export * from './lib/classes/table-builder';
13
export * from './lib/components';
14
15
export * from './lib/directives';
16
+
17
+export {FilterType} from './lib/enums/filterTypes';
0 commit comments