Skip to content

Commit

Permalink
refactor: pickerview react 导出优化
Browse files Browse the repository at this point in the history
  • Loading branch information
yhy committed Aug 31, 2023
1 parent 300df43 commit 52473cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions packages/quark-react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ import Circle, {
CircleType,
StrokeLinecap,
} from "./circle";
import PickerView, { PickerViewRef } from "./pickerview";

export {
ActionSheet,
Expand Down Expand Up @@ -153,4 +154,6 @@ export {
CircleStartPosition,
StrokeLinecap,
CircleType,
PickerView,
PickerViewRef,
};
4 changes: 2 additions & 2 deletions packages/quarkd/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import Locale, { zhCN, zhTW, enUS, thTH, idID } from "./locale";
import Countdown from "./countdown";
import Collapse from "./collapse";
import Swipecell from "./swipecell";
import QuarkPickerView from "./pickerview";
import PickerView from "./pickerview";

// 业务组件
import PopupExtra from "./popupextra";
Expand Down Expand Up @@ -114,5 +114,5 @@ export default {
NativeUploader,
Collapse,
Swipecell,
QuarkPickerView,
PickerView,
};

0 comments on commit 52473cc

Please sign in to comment.