Skip to content

Commit

Permalink
chore: export FilterField
Browse files Browse the repository at this point in the history
  • Loading branch information
lawvs committed Aug 6, 2024
1 parent 0012b3d commit 51abfaa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/hungry-seahorses-cover.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fn-sphere/filter": patch
---

Export `FilterField`
7 changes: 6 additions & 1 deletion packages/filter/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,10 @@ export {
presetFilter,
stringFilter,
} from "@fn-sphere/core";
export type { FilterGroup, FilterRule, SingleFilter } from "@fn-sphere/core";
export type {
FilterField,
FilterGroup,
FilterRule,
SingleFilter,
} from "@fn-sphere/core";
export { presetDataInputSpecs } from "./views/data-input-views.js";

0 comments on commit 51abfaa

Please sign in to comment.