/** * The filter builder now lives in `@olenbetong/appframe-ds`, which is where the * Designsystemet components it is built from live. Re-exported here so existing * imports from `@olenbetong/synergi-react` keep working. * * @deprecated Import from `@olenbetong/appframe-ds` instead. */ export { ChipListInput, type ChipListInputProps, FilterBuilder, type FilterBuilderProps, FilterEditor, type FilterEditorProps, type FilterEditorSize, FilterGroupEditor, type FilterGroupEditorProps, FilterNameDialog, type FilterNameDialogProps, FilterRow, type FilterRowProps, FilterShareDialog, type FilterShareDialogProps, FilterStringField, type FilterStringFieldProps, FilterValueEditor, type FilterValueEditorProps, type FilterValueOption, type GetFieldOptions, type SavedFilterSelection, SavedFilterTree, type SavedFilterTreeProps, type SavedFilterValues, } from "@olenbetong/appframe-ds";