Skip to content

Commit

Permalink
fix(filter-field): Export validator type.
Browse files Browse the repository at this point in the history
Export DtFilterFieldValidator in index for custom data sources.
  • Loading branch information
christian-fischer authored and ffriedl89 committed Sep 8, 2021
1 parent cd179e7 commit bd3bf23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/barista-components/filter-field/index.ts
Expand Up @@ -66,3 +66,4 @@ export {
TagParserFunction,
EditionParserFunction,
} from './src/filter-field-config';
export { DtFilterFieldValidator } from './src/filter-field-validation';

0 comments on commit bd3bf23

Please sign in to comment.