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 -};