Skip to content

Commit

Permalink
chore: Export BaseFilter so that custom filters can be created by con…
Browse files Browse the repository at this point in the history
…sumers (#970)
  • Loading branch information
chr1sjf0x authored Oct 30, 2023
1 parent 48cd0b3 commit 80117a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Filters/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ export * from "./Filters";
export { toggleFilter } from "./ToggleFilter";
export * from "./types";
export * from "./utils";
export { BaseFilter } from "./BaseFilter";

0 comments on commit 80117a5

Please sign in to comment.