From 58321ee7a4de93b69c7e4e128a0d23a377301900 Mon Sep 17 00:00:00 2001 From: Aunshon <32583103+Aunshon@users.noreply.github.com> Date: Fri, 3 Apr 2026 15:01:27 +0600 Subject: [PATCH] feat: add SmartSelect component and related types to index export --- src/index.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/index.ts b/src/index.ts index fa3e8d8..9c8c6f3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -221,6 +221,11 @@ export { // Selection Type SelectionItem, SelectionType, + // SmartSelect + SmartSelect, + type SmartSelectOption, + type SmartSelectProps, + type SmartSelectCreateContext, // Separator Separator, // Slider