From ca9c4180afb8ddb640e0b3d4b1e0c26da14e540e Mon Sep 17 00:00:00 2001 From: Innders <49156310+Innders@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:09:49 +0000 Subject: [PATCH] fix(filters): export --- src/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.tsx b/src/index.tsx index fa3e776..d4b1639 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -60,6 +60,9 @@ export type { DropdownRef, } from './Dropdowns/Dropdown' +// SEARCH FILTER +export * from './SearchFilter' + // FileUpload export { FileUpload } from './FileUpload' export type { FileUploadProps } from './FileUpload'