From c936bddfe7cb26a1ecb0a0bbe23763439b110922 Mon Sep 17 00:00:00 2001 From: MyPrototypeWhat Date: Mon, 15 Sep 2025 12:33:47 +0800 Subject: [PATCH] feat: add index.ts type definitions for UI components - Introduced a new TypeScript definition file (index.ts) to support the newly added UI component library. - This file will facilitate better type checking and autocompletion for developers using the library. --- packages/ui/src/types/index.ts | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 packages/ui/src/types/index.ts diff --git a/packages/ui/src/types/index.ts b/packages/ui/src/types/index.ts new file mode 100644 index 0000000000..e69de29bb2