From 5277030b0a87b3a69e274bfd74e0910ebf0c3488 Mon Sep 17 00:00:00 2001 From: meteorlxy Date: Thu, 11 Apr 2024 15:12:48 +0800 Subject: [PATCH] build: remove useless index.ts in the root dir --- index.ts | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 index.ts diff --git a/index.ts b/index.ts deleted file mode 100644 index ba93b2d..0000000 --- a/index.ts +++ /dev/null @@ -1,27 +0,0 @@ -import Popup from './src/components/popup/Popup'; -import {showLocation, getApps} from './src'; -import { - GetAppsResponse, - MapId, - SharedOptions, - MapLinkOptions, - PopupStyleProp, - PopupProps, - DirectionMode, -} from './src/type'; - -export { - showLocation, - getApps, - Popup -}; - -export type { - GetAppsResponse, - MapId, - SharedOptions, - MapLinkOptions, - PopupStyleProp, - PopupProps, - DirectionMode -};