feat: init
This commit is contained in:
8
packages/shared/index.ts
Normal file
8
packages/shared/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// 导出所有组件
|
||||
import FloatingMenu, { FloatMenuItemConfig } from "./src/floatingMenu";
|
||||
import XPopup from "./src/xpopup";
|
||||
import QRscanner from "./src/qr-scanner";
|
||||
import VoiceIcon from "./src/voiceIcon";
|
||||
|
||||
export { FloatingMenu, XPopup, QRscanner, VoiceIcon };
|
||||
export type { FloatMenuItemConfig };
|
||||
Reference in New Issue
Block a user