@tarojs/components 3.6.2 → 3.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (205) hide show
  1. package/LICENSE +21 -0
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/taro-components.cjs.js +1 -1
  4. package/dist/cjs/taro-grid-view-core.cjs.entry.js +21 -0
  5. package/dist/cjs/taro-input-core.cjs.entry.js +1 -1
  6. package/dist/cjs/taro-list-view-core.cjs.entry.js +21 -0
  7. package/dist/cjs/taro-picker-core_2.cjs.entry.js +1 -1
  8. package/dist/cjs/taro-sticky-header-core.cjs.entry.js +21 -0
  9. package/dist/cjs/taro-sticky-section-core.cjs.entry.js +21 -0
  10. package/dist/cjs/taro-swiper-core_2.cjs.entry.js +28 -18
  11. package/dist/cjs/taro-textarea-core.cjs.entry.js +13 -3
  12. package/dist/cjs/taro-video-control_3.cjs.entry.js +3 -1
  13. package/dist/collection/collection-manifest.json +4 -0
  14. package/dist/collection/components/grid-view/grid-view.js +11 -0
  15. package/dist/collection/components/input/input.js +1 -1
  16. package/dist/collection/components/list-view/list-view.js +11 -0
  17. package/dist/collection/components/picker/picker.js +1 -1
  18. package/dist/collection/components/sticky-header/sticky-header.js +11 -0
  19. package/dist/collection/components/sticky-section/sticky-section.js +11 -0
  20. package/dist/collection/components/swiper/swiper-item.js +16 -9
  21. package/dist/collection/components/swiper/swiper.js +12 -9
  22. package/dist/collection/components/textarea/textarea.js +23 -6
  23. package/dist/collection/components/video/video.js +3 -1
  24. package/dist/components/index.d.ts +4 -0
  25. package/dist/components/index.js +4 -0
  26. package/dist/components/taro-grid-view-core.d.ts +11 -0
  27. package/dist/components/taro-grid-view-core.js +33 -0
  28. package/dist/components/taro-input-core.js +1 -1
  29. package/dist/components/taro-list-view-core.d.ts +11 -0
  30. package/dist/components/taro-list-view-core.js +33 -0
  31. package/dist/components/taro-picker-core.js +1 -1
  32. package/dist/components/taro-sticky-header-core.d.ts +11 -0
  33. package/dist/components/taro-sticky-header-core.js +33 -0
  34. package/dist/components/taro-sticky-section-core.d.ts +11 -0
  35. package/dist/components/taro-sticky-section-core.js +33 -0
  36. package/dist/components/taro-swiper-core.js +12 -9
  37. package/dist/components/taro-swiper-item-core.js +16 -9
  38. package/dist/components/taro-textarea-core.js +14 -4
  39. package/dist/components/taro-video-core.js +3 -1
  40. package/dist/esm/loader.js +1 -1
  41. package/dist/esm/taro-components.js +1 -1
  42. package/dist/esm/taro-grid-view-core.entry.js +17 -0
  43. package/dist/esm/taro-input-core.entry.js +1 -1
  44. package/dist/esm/taro-list-view-core.entry.js +17 -0
  45. package/dist/esm/taro-picker-core_2.entry.js +1 -1
  46. package/dist/esm/taro-sticky-header-core.entry.js +17 -0
  47. package/dist/esm/taro-sticky-section-core.entry.js +17 -0
  48. package/dist/esm/taro-swiper-core_2.entry.js +28 -18
  49. package/dist/esm/taro-textarea-core.entry.js +13 -3
  50. package/dist/esm/taro-video-control_3.entry.js +3 -1
  51. package/dist/esm-es5/loader.js +1 -1
  52. package/dist/esm-es5/taro-components.js +1 -1
  53. package/dist/esm-es5/taro-grid-view-core.entry.js +1 -0
  54. package/dist/esm-es5/taro-input-core.entry.js +1 -1
  55. package/dist/esm-es5/taro-list-view-core.entry.js +1 -0
  56. package/dist/esm-es5/taro-picker-core_2.entry.js +1 -1
  57. package/dist/esm-es5/taro-sticky-header-core.entry.js +1 -0
  58. package/dist/esm-es5/taro-sticky-section-core.entry.js +1 -0
  59. package/dist/esm-es5/taro-swiper-core_2.entry.js +1 -1
  60. package/dist/esm-es5/taro-textarea-core.entry.js +1 -1
  61. package/dist/taro-components/p-02aa7366.system.entry.js +1 -0
  62. package/dist/taro-components/p-05c757b7.entry.js +1 -0
  63. package/dist/taro-components/{p-4d390d17.entry.js → p-0b8b3af5.entry.js} +1 -1
  64. package/dist/taro-components/p-1c446c65.system.js +1 -1
  65. package/dist/taro-components/p-1eac7c75.system.entry.js +1 -0
  66. package/dist/taro-components/{p-3e23fa46.system.entry.js → p-39685396.system.entry.js} +1 -1
  67. package/dist/taro-components/p-4402972b.system.entry.js +1 -0
  68. package/dist/taro-components/{p-e53feb03.system.entry.js → p-58f9a827.system.entry.js} +1 -1
  69. package/dist/taro-components/p-5931c82e.entry.js +1 -0
  70. package/dist/taro-components/{p-ab84c88e.entry.js → p-7704e165.entry.js} +1 -1
  71. package/dist/taro-components/p-7c1fc8f5.system.entry.js +1 -0
  72. package/dist/taro-components/p-7df9de66.system.entry.js +1 -0
  73. package/dist/taro-components/{p-10046f1a.system.entry.js → p-a5afdc47.system.entry.js} +1 -1
  74. package/dist/taro-components/p-affb28de.entry.js +1 -0
  75. package/dist/taro-components/{p-8267b686.entry.js → p-c30d1b2d.entry.js} +1 -1
  76. package/dist/taro-components/p-dfc405a5.entry.js +1 -0
  77. package/dist/taro-components/p-e753b776.entry.js +1 -0
  78. package/dist/taro-components/taro-components.esm.js +1 -1
  79. package/dist/types/components/grid-view/grid-view.d.ts +5 -0
  80. package/dist/types/components/list-view/list-view.d.ts +5 -0
  81. package/dist/types/components/sticky-header/sticky-header.d.ts +5 -0
  82. package/dist/types/components/sticky-section/sticky-section.d.ts +5 -0
  83. package/dist/types/components/textarea/textarea.d.ts +2 -1
  84. package/dist/types/components.d.ts +52 -0
  85. package/lib/react/components.d.ts +81 -77
  86. package/lib/react/components.js +82 -77
  87. package/lib/react/components.js.map +1 -1
  88. package/lib/react/index.js +1 -1
  89. package/lib/react/{interfaces-4f837811.d.ts → interfaces-f526f1a2.d.ts} +4 -0
  90. package/lib/react/node_modules/.pnpm/registry.npmjs.org_tslib@1.14.1/node_modules/tslib/tslib.es6.js +221 -0
  91. package/lib/react/node_modules/.pnpm/registry.npmjs.org_tslib@1.14.1/node_modules/tslib/tslib.es6.js.map +1 -0
  92. package/lib/react/react-component-lib/createComponent.d.ts +5 -1
  93. package/lib/react/react-component-lib/createComponent.js +6 -4
  94. package/lib/react/react-component-lib/createComponent.js.map +1 -1
  95. package/lib/react/react-component-lib/createOverlayComponent.d.ts +5 -1
  96. package/lib/react/react-component-lib/createOverlayComponent.js +2 -1
  97. package/lib/react/react-component-lib/createOverlayComponent.js.map +1 -1
  98. package/lib/react/react-component-lib/utils/attachProps.d.ts +2 -6
  99. package/lib/react/react-component-lib/utils/attachProps.js +41 -36
  100. package/lib/react/react-component-lib/utils/attachProps.js.map +1 -1
  101. package/lib/react/react-component-lib/utils/case.d.ts +4 -0
  102. package/lib/react/react-component-lib/utils/case.js +4 -0
  103. package/lib/react/react-component-lib/utils/case.js.map +1 -1
  104. package/lib/react/react-component-lib/utils/index.d.ts +5 -1
  105. package/lib/react/react-component-lib/utils/index.js +4 -0
  106. package/lib/react/react-component-lib/utils/index.js.map +1 -1
  107. package/lib/vue2/components-loader.d.ts +2 -0
  108. package/lib/vue2/components-loader.js +21 -0
  109. package/lib/vue2/components-loader.js.map +1 -0
  110. package/lib/vue2/components.d.ts +5 -1
  111. package/lib/vue2/components.js +141 -224
  112. package/lib/vue2/components.js.map +1 -1
  113. package/lib/vue2/index.d.ts +0 -2
  114. package/lib/vue2/index.js +1 -22
  115. package/lib/vue2/index.js.map +1 -1
  116. package/lib/vue2/vue-component-lib/utils.d.ts +7 -3
  117. package/lib/vue2/vue-component-lib/utils.js +42 -25
  118. package/lib/vue2/vue-component-lib/utils.js.map +1 -1
  119. package/lib/vue3/components-loader.d.ts +2 -0
  120. package/lib/vue3/components-loader.js +13 -0
  121. package/lib/vue3/components-loader.js.map +1 -0
  122. package/lib/vue3/components.d.ts +5 -1
  123. package/lib/vue3/components.js +82 -77
  124. package/lib/vue3/components.js.map +1 -1
  125. package/lib/vue3/index.d.ts +0 -2
  126. package/lib/vue3/index.js +1 -14
  127. package/lib/vue3/index.js.map +1 -1
  128. package/lib/vue3/vue-component-lib/utils.js +11 -4
  129. package/lib/vue3/vue-component-lib/utils.js.map +1 -1
  130. package/package.json +11 -8
  131. package/types/Ad.d.ts +2 -31
  132. package/types/AdCustom.d.ts +0 -4
  133. package/types/AnimationVideo.d.ts +0 -9
  134. package/types/AnimationView.d.ts +0 -6
  135. package/types/ArCamera.d.ts +0 -7
  136. package/types/Audio.d.ts +0 -18
  137. package/types/AwemeData.d.ts +0 -6
  138. package/types/Button.d.ts +3 -106
  139. package/types/Camera.d.ts +0 -28
  140. package/types/Canvas.d.ts +2 -17
  141. package/types/ChannelLive.d.ts +0 -2
  142. package/types/ChannelVideo.d.ts +0 -6
  143. package/types/Checkbox.d.ts +1 -8
  144. package/types/CheckboxGroup.d.ts +0 -2
  145. package/types/CommentDetail.d.ts +4 -10
  146. package/types/CommentList.d.ts +4 -20
  147. package/types/ContactButton.d.ts +0 -7
  148. package/types/CoverImage.d.ts +0 -11
  149. package/types/CoverView.d.ts +0 -26
  150. package/types/Editor.d.ts +0 -10
  151. package/types/FollowSwan.d.ts +0 -3
  152. package/types/Form.d.ts +1 -9
  153. package/types/FunctionalPageNavigator.d.ts +0 -11
  154. package/types/GridView.d.ts +37 -0
  155. package/types/Icon.d.ts +0 -14
  156. package/types/Image.d.ts +0 -31
  157. package/types/InlinePaymentPanel.d.ts +0 -9
  158. package/types/Input.d.ts +0 -62
  159. package/types/Label.d.ts +3 -2
  160. package/types/Lifestyle.d.ts +0 -3
  161. package/types/Like.d.ts +0 -17
  162. package/types/ListView.d.ts +12 -0
  163. package/types/LivePlayer.d.ts +1 -58
  164. package/types/LivePusher.d.ts +0 -77
  165. package/types/Login.d.ts +0 -5
  166. package/types/Lottie.d.ts +0 -16
  167. package/types/Map.d.ts +19 -136
  168. package/types/MatchMedia.d.ts +0 -7
  169. package/types/MovableArea.d.ts +0 -1
  170. package/types/MovableView.d.ts +0 -35
  171. package/types/NavigationBar.d.ts +0 -6
  172. package/types/Navigator.d.ts +0 -27
  173. package/types/OfficialAccount.d.ts +0 -12
  174. package/types/OpenData.d.ts +0 -20
  175. package/types/PageContainer.d.ts +0 -21
  176. package/types/PageMeta.d.ts +0 -16
  177. package/types/Picker.d.ts +17 -45
  178. package/types/PickerView.d.ts +1 -12
  179. package/types/Progress.d.ts +0 -13
  180. package/types/Radio.d.ts +1 -8
  181. package/types/RadioGroup.d.ts +0 -2
  182. package/types/RichText.d.ts +1 -22
  183. package/types/RootPortal.d.ts +1 -2
  184. package/types/RtcRoom.d.ts +0 -16
  185. package/types/RtcRoomItem.d.ts +0 -3
  186. package/types/ScrollView.d.ts +43 -46
  187. package/types/ShareElement.d.ts +2 -7
  188. package/types/Slider.d.ts +0 -19
  189. package/types/StickyHeader.d.ts +12 -0
  190. package/types/StickySection.d.ts +18 -0
  191. package/types/Swiper.d.ts +0 -44
  192. package/types/SwiperItem.d.ts +0 -2
  193. package/types/Switch.d.ts +2 -11
  194. package/types/TabItem.d.ts +0 -4
  195. package/types/Tabs.d.ts +0 -8
  196. package/types/Text.d.ts +0 -7
  197. package/types/Textarea.d.ts +2 -38
  198. package/types/Video.d.ts +1 -112
  199. package/types/View.d.ts +0 -25
  200. package/types/VoipRoom.d.ts +0 -6
  201. package/types/WebView.d.ts +0 -6
  202. package/types/index.d.ts +4 -0
  203. package/types/index.vue3.d.ts +8 -0
  204. package/dist/taro-components/p-0895120a.system.entry.js +0 -1
  205. package/dist/taro-components/p-0aaf66d2.entry.js +0 -1
@@ -1,84 +1,88 @@
1
1
  import { JSX } from '@tarojs/components/dist/types/components';
2
- declare const Ad: import("react").ForwardRefExoticComponent<JSX.TaroAdCore & Omit<import("react").HTMLAttributes<HTMLTaroAdCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroAdCoreElement>>;
3
- declare const AdCustom: import("react").ForwardRefExoticComponent<JSX.TaroAdCustomCore & Omit<import("react").HTMLAttributes<HTMLTaroAdCustomCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroAdCustomCoreElement>>;
4
- declare const AnimationVideo: import("react").ForwardRefExoticComponent<JSX.TaroAnimationVideoCore & Omit<import("react").HTMLAttributes<HTMLTaroAnimationVideoCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroAnimationVideoCoreElement>>;
5
- declare const AnimationView: import("react").ForwardRefExoticComponent<JSX.TaroAnimationViewCore & Omit<import("react").HTMLAttributes<HTMLTaroAnimationViewCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroAnimationViewCoreElement>>;
6
- declare const ArCamera: import("react").ForwardRefExoticComponent<JSX.TaroArCameraCore & Omit<import("react").HTMLAttributes<HTMLTaroArCameraCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroArCameraCoreElement>>;
7
- declare const Audio: import("react").ForwardRefExoticComponent<JSX.TaroAudioCore & Omit<import("react").HTMLAttributes<HTMLTaroAudioCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroAudioCoreElement>>;
8
- declare const AwemeData: import("react").ForwardRefExoticComponent<JSX.TaroAwemeDataCore & Omit<import("react").HTMLAttributes<HTMLTaroAwemeDataCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroAwemeDataCoreElement>>;
2
+ declare const Ad: import("react").ForwardRefExoticComponent<JSX.TaroAdCore & Omit<import("react").HTMLAttributes<HTMLTaroAdCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroAdCoreElement>>;
3
+ declare const AdCustom: import("react").ForwardRefExoticComponent<JSX.TaroAdCustomCore & Omit<import("react").HTMLAttributes<HTMLTaroAdCustomCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroAdCustomCoreElement>>;
4
+ declare const AnimationVideo: import("react").ForwardRefExoticComponent<JSX.TaroAnimationVideoCore & Omit<import("react").HTMLAttributes<HTMLTaroAnimationVideoCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroAnimationVideoCoreElement>>;
5
+ declare const AnimationView: import("react").ForwardRefExoticComponent<JSX.TaroAnimationViewCore & Omit<import("react").HTMLAttributes<HTMLTaroAnimationViewCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroAnimationViewCoreElement>>;
6
+ declare const ArCamera: import("react").ForwardRefExoticComponent<JSX.TaroArCameraCore & Omit<import("react").HTMLAttributes<HTMLTaroArCameraCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroArCameraCoreElement>>;
7
+ declare const Audio: import("react").ForwardRefExoticComponent<JSX.TaroAudioCore & Omit<import("react").HTMLAttributes<HTMLTaroAudioCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroAudioCoreElement>>;
8
+ declare const AwemeData: import("react").ForwardRefExoticComponent<JSX.TaroAwemeDataCore & Omit<import("react").HTMLAttributes<HTMLTaroAwemeDataCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroAwemeDataCoreElement>>;
9
9
  declare const Block: import("react").ExoticComponent<{
10
10
  children?: import("react").ReactNode;
11
11
  }>;
12
- declare const Button: import("react").ForwardRefExoticComponent<JSX.TaroButtonCore & Omit<import("react").HTMLAttributes<HTMLTaroButtonCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroButtonCoreElement>>;
13
- declare const Camera: import("react").ForwardRefExoticComponent<JSX.TaroCameraCore & Omit<import("react").HTMLAttributes<HTMLTaroCameraCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroCameraCoreElement>>;
14
- declare const Canvas: import("react").ForwardRefExoticComponent<JSX.TaroCanvasCore & Omit<import("react").HTMLAttributes<HTMLTaroCanvasCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroCanvasCoreElement>>;
15
- declare const ChannelLive: import("react").ForwardRefExoticComponent<JSX.TaroChannelLiveCore & Omit<import("react").HTMLAttributes<HTMLTaroChannelLiveCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroChannelLiveCoreElement>>;
16
- declare const ChannelVideo: import("react").ForwardRefExoticComponent<JSX.TaroChannelVideoCore & Omit<import("react").HTMLAttributes<HTMLTaroChannelVideoCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroChannelVideoCoreElement>>;
17
- declare const Checkbox: import("react").ForwardRefExoticComponent<JSX.TaroCheckboxCore & Omit<import("react").HTMLAttributes<HTMLTaroCheckboxCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroCheckboxCoreElement>>;
18
- declare const CheckboxGroup: import("react").ForwardRefExoticComponent<JSX.TaroCheckboxGroupCore & Omit<import("react").HTMLAttributes<HTMLTaroCheckboxGroupCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroCheckboxGroupCoreElement>>;
19
- declare const CommentDetail: import("react").ForwardRefExoticComponent<JSX.TaroCommentDetailCore & Omit<import("react").HTMLAttributes<HTMLTaroCommentDetailCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroCommentDetailCoreElement>>;
20
- declare const CommentList: import("react").ForwardRefExoticComponent<JSX.TaroCommentListCore & Omit<import("react").HTMLAttributes<HTMLTaroCommentListCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroCommentListCoreElement>>;
21
- declare const ContactButton: import("react").ForwardRefExoticComponent<JSX.TaroContactButtonCore & Omit<import("react").HTMLAttributes<HTMLTaroContactButtonCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroContactButtonCoreElement>>;
22
- declare const CoverImage: import("react").ForwardRefExoticComponent<JSX.TaroCoverImageCore & Omit<import("react").HTMLAttributes<HTMLTaroCoverImageCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroCoverImageCoreElement>>;
23
- declare const CoverView: import("react").ForwardRefExoticComponent<JSX.TaroCoverViewCore & Omit<import("react").HTMLAttributes<HTMLTaroCoverViewCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroCoverViewCoreElement>>;
12
+ declare const Button: import("react").ForwardRefExoticComponent<JSX.TaroButtonCore & Omit<import("react").HTMLAttributes<HTMLTaroButtonCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroButtonCoreElement>>;
13
+ declare const Camera: import("react").ForwardRefExoticComponent<JSX.TaroCameraCore & Omit<import("react").HTMLAttributes<HTMLTaroCameraCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroCameraCoreElement>>;
14
+ declare const Canvas: import("react").ForwardRefExoticComponent<JSX.TaroCanvasCore & Omit<import("react").HTMLAttributes<HTMLTaroCanvasCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroCanvasCoreElement>>;
15
+ declare const ChannelLive: import("react").ForwardRefExoticComponent<JSX.TaroChannelLiveCore & Omit<import("react").HTMLAttributes<HTMLTaroChannelLiveCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroChannelLiveCoreElement>>;
16
+ declare const ChannelVideo: import("react").ForwardRefExoticComponent<JSX.TaroChannelVideoCore & Omit<import("react").HTMLAttributes<HTMLTaroChannelVideoCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroChannelVideoCoreElement>>;
17
+ declare const Checkbox: import("react").ForwardRefExoticComponent<JSX.TaroCheckboxCore & Omit<import("react").HTMLAttributes<HTMLTaroCheckboxCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroCheckboxCoreElement>>;
18
+ declare const CheckboxGroup: import("react").ForwardRefExoticComponent<JSX.TaroCheckboxGroupCore & Omit<import("react").HTMLAttributes<HTMLTaroCheckboxGroupCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroCheckboxGroupCoreElement>>;
19
+ declare const CommentDetail: import("react").ForwardRefExoticComponent<JSX.TaroCommentDetailCore & Omit<import("react").HTMLAttributes<HTMLTaroCommentDetailCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroCommentDetailCoreElement>>;
20
+ declare const CommentList: import("react").ForwardRefExoticComponent<JSX.TaroCommentListCore & Omit<import("react").HTMLAttributes<HTMLTaroCommentListCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroCommentListCoreElement>>;
21
+ declare const ContactButton: import("react").ForwardRefExoticComponent<JSX.TaroContactButtonCore & Omit<import("react").HTMLAttributes<HTMLTaroContactButtonCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroContactButtonCoreElement>>;
22
+ declare const CoverImage: import("react").ForwardRefExoticComponent<JSX.TaroCoverImageCore & Omit<import("react").HTMLAttributes<HTMLTaroCoverImageCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroCoverImageCoreElement>>;
23
+ declare const CoverView: import("react").ForwardRefExoticComponent<JSX.TaroCoverViewCore & Omit<import("react").HTMLAttributes<HTMLTaroCoverViewCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroCoverViewCoreElement>>;
24
24
  declare const CustomWrapper: import("react").ExoticComponent<{
25
25
  children?: import("react").ReactNode;
26
26
  }>;
27
- declare const Editor: import("react").ForwardRefExoticComponent<JSX.TaroEditorCore & Omit<import("react").HTMLAttributes<HTMLTaroEditorCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroEditorCoreElement>>;
28
- declare const FollowSwan: import("react").ForwardRefExoticComponent<JSX.TaroFollowSwanCore & Omit<import("react").HTMLAttributes<HTMLTaroFollowSwanCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroFollowSwanCoreElement>>;
29
- declare const Form: import("react").ForwardRefExoticComponent<JSX.TaroFormCore & Omit<import("react").HTMLAttributes<HTMLTaroFormCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroFormCoreElement>>;
30
- declare const FunctionalPageNavigator: import("react").ForwardRefExoticComponent<JSX.TaroFunctionalPageNavigatorCore & Omit<import("react").HTMLAttributes<HTMLTaroFunctionalPageNavigatorCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroFunctionalPageNavigatorCoreElement>>;
31
- declare const Icon: import("react").ForwardRefExoticComponent<JSX.TaroIconCore & Omit<import("react").HTMLAttributes<HTMLTaroIconCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroIconCoreElement>>;
32
- declare const Image: import("react").ForwardRefExoticComponent<JSX.TaroImageCore & Omit<import("react").HTMLAttributes<HTMLTaroImageCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroImageCoreElement>>;
33
- declare const InlinePaymentPanel: import("react").ForwardRefExoticComponent<JSX.TaroInlinePaymentPanelCore & Omit<import("react").HTMLAttributes<HTMLTaroInlinePaymentPanelCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroInlinePaymentPanelCoreElement>>;
34
- declare const Input: import("react").ForwardRefExoticComponent<JSX.TaroInputCore & Omit<import("react").HTMLAttributes<HTMLTaroInputCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroInputCoreElement>>;
35
- declare const KeyboardAccessory: import("react").ForwardRefExoticComponent<JSX.TaroKeyboardAccessoryCore & Omit<import("react").HTMLAttributes<HTMLTaroKeyboardAccessoryCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroKeyboardAccessoryCoreElement>>;
36
- declare const Label: import("react").ForwardRefExoticComponent<JSX.TaroLabelCore & Omit<import("react").HTMLAttributes<HTMLTaroLabelCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroLabelCoreElement>>;
37
- declare const Lifestyle: import("react").ForwardRefExoticComponent<JSX.TaroLifestyleCore & Omit<import("react").HTMLAttributes<HTMLTaroLifestyleCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroLifestyleCoreElement>>;
38
- declare const Like: import("react").ForwardRefExoticComponent<JSX.TaroLikeCore & Omit<import("react").HTMLAttributes<HTMLTaroLikeCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroLikeCoreElement>>;
39
- declare const LivePlayer: import("react").ForwardRefExoticComponent<JSX.TaroLivePlayerCore & Omit<import("react").HTMLAttributes<HTMLTaroLivePlayerCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroLivePlayerCoreElement>>;
40
- declare const LivePusher: import("react").ForwardRefExoticComponent<JSX.TaroLivePusherCore & Omit<import("react").HTMLAttributes<HTMLTaroLivePusherCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroLivePusherCoreElement>>;
41
- declare const Login: import("react").ForwardRefExoticComponent<JSX.TaroLoginCore & Omit<import("react").HTMLAttributes<HTMLTaroLoginCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroLoginCoreElement>>;
42
- declare const Lottie: import("react").ForwardRefExoticComponent<JSX.TaroLottieCore & Omit<import("react").HTMLAttributes<HTMLTaroLottieCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroLottieCoreElement>>;
43
- declare const Map: import("react").ForwardRefExoticComponent<JSX.TaroMapCore & Omit<import("react").HTMLAttributes<HTMLTaroMapCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroMapCoreElement>>;
44
- declare const MatchMedia: import("react").ForwardRefExoticComponent<JSX.TaroMatchMediaCore & Omit<import("react").HTMLAttributes<HTMLTaroMatchMediaCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroMatchMediaCoreElement>>;
45
- declare const MovableArea: import("react").ForwardRefExoticComponent<JSX.TaroMovableAreaCore & Omit<import("react").HTMLAttributes<HTMLTaroMovableAreaCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroMovableAreaCoreElement>>;
46
- declare const MovableView: import("react").ForwardRefExoticComponent<JSX.TaroMovableViewCore & Omit<import("react").HTMLAttributes<HTMLTaroMovableViewCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroMovableViewCoreElement>>;
47
- declare const NativeSlot: import("react").ForwardRefExoticComponent<JSX.TaroNativeSlotCore & Omit<import("react").HTMLAttributes<HTMLTaroNativeSlotCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroNativeSlotCoreElement>>;
48
- declare const NavigationBar: import("react").ForwardRefExoticComponent<JSX.TaroNavigationBarCore & Omit<import("react").HTMLAttributes<HTMLTaroNavigationBarCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroNavigationBarCoreElement>>;
49
- declare const Navigator: import("react").ForwardRefExoticComponent<JSX.TaroNavigatorCore & Omit<import("react").HTMLAttributes<HTMLTaroNavigatorCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroNavigatorCoreElement>>;
50
- declare const OfficialAccount: import("react").ForwardRefExoticComponent<JSX.TaroOfficialAccountCore & Omit<import("react").HTMLAttributes<HTMLTaroOfficialAccountCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroOfficialAccountCoreElement>>;
51
- declare const OpenData: import("react").ForwardRefExoticComponent<JSX.TaroOpenDataCore & Omit<import("react").HTMLAttributes<HTMLTaroOpenDataCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroOpenDataCoreElement>>;
52
- declare const PageContainer: import("react").ForwardRefExoticComponent<JSX.TaroPageContainerCore & Omit<import("react").HTMLAttributes<HTMLTaroPageContainerCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroPageContainerCoreElement>>;
53
- declare const PageMeta: import("react").ForwardRefExoticComponent<JSX.TaroPageMetaCore & Omit<import("react").HTMLAttributes<HTMLTaroPageMetaCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroPageMetaCoreElement>>;
54
- declare const Picker: import("react").ForwardRefExoticComponent<JSX.TaroPickerCore & Omit<import("react").HTMLAttributes<HTMLTaroPickerCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroPickerCoreElement>>;
55
- declare const PickerGroup: import("react").ForwardRefExoticComponent<JSX.TaroPickerGroup & Omit<import("react").HTMLAttributes<HTMLTaroPickerGroupElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroPickerGroupElement>>;
56
- declare const PickerViewColumn: import("react").ForwardRefExoticComponent<JSX.TaroPickerViewColumnCore & Omit<import("react").HTMLAttributes<HTMLTaroPickerViewColumnCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroPickerViewColumnCoreElement>>;
57
- declare const PickerView: import("react").ForwardRefExoticComponent<JSX.TaroPickerViewCore & Omit<import("react").HTMLAttributes<HTMLTaroPickerViewCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroPickerViewCoreElement>>;
58
- declare const Progress: import("react").ForwardRefExoticComponent<JSX.TaroProgressCore & Omit<import("react").HTMLAttributes<HTMLTaroProgressCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroProgressCoreElement>>;
59
- declare const PullToRefresh: import("react").ForwardRefExoticComponent<JSX.TaroPullToRefresh & Omit<import("react").HTMLAttributes<HTMLTaroPullToRefreshElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroPullToRefreshElement>>;
60
- declare const Radio: import("react").ForwardRefExoticComponent<JSX.TaroRadioCore & Omit<import("react").HTMLAttributes<HTMLTaroRadioCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroRadioCoreElement>>;
61
- declare const RadioGroup: import("react").ForwardRefExoticComponent<JSX.TaroRadioGroupCore & Omit<import("react").HTMLAttributes<HTMLTaroRadioGroupCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroRadioGroupCoreElement>>;
62
- declare const RichText: import("react").ForwardRefExoticComponent<JSX.TaroRichTextCore & Omit<import("react").HTMLAttributes<HTMLTaroRichTextCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroRichTextCoreElement>>;
63
- declare const RootPortal: import("react").ForwardRefExoticComponent<JSX.TaroRootPortalCore & Omit<import("react").HTMLAttributes<HTMLTaroRootPortalCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroRootPortalCoreElement>>;
64
- declare const RtcRoom: import("react").ForwardRefExoticComponent<JSX.TaroRtcRoomCore & Omit<import("react").HTMLAttributes<HTMLTaroRtcRoomCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroRtcRoomCoreElement>>;
65
- declare const RtcRoomItem: import("react").ForwardRefExoticComponent<JSX.TaroRtcRoomItemCore & Omit<import("react").HTMLAttributes<HTMLTaroRtcRoomItemCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroRtcRoomItemCoreElement>>;
66
- declare const ScrollView: import("react").ForwardRefExoticComponent<JSX.TaroScrollViewCore & Omit<import("react").HTMLAttributes<HTMLTaroScrollViewCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroScrollViewCoreElement>>;
67
- declare const ShareElement: import("react").ForwardRefExoticComponent<JSX.TaroShareElementCore & Omit<import("react").HTMLAttributes<HTMLTaroShareElementCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroShareElementCoreElement>>;
68
- declare const Slider: import("react").ForwardRefExoticComponent<JSX.TaroSliderCore & Omit<import("react").HTMLAttributes<HTMLTaroSliderCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroSliderCoreElement>>;
69
- declare const Slot: import("react").ForwardRefExoticComponent<JSX.TaroSlotCore & Omit<import("react").HTMLAttributes<HTMLTaroSlotCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroSlotCoreElement>>;
70
- declare const Swiper: import("react").ForwardRefExoticComponent<JSX.TaroSwiperCore & Omit<import("react").HTMLAttributes<HTMLTaroSwiperCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroSwiperCoreElement>>;
71
- declare const SwiperItem: import("react").ForwardRefExoticComponent<JSX.TaroSwiperItemCore & Omit<import("react").HTMLAttributes<HTMLTaroSwiperItemCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroSwiperItemCoreElement>>;
72
- declare const Switch: import("react").ForwardRefExoticComponent<JSX.TaroSwitchCore & Omit<import("react").HTMLAttributes<HTMLTaroSwitchCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroSwitchCoreElement>>;
73
- declare const TabItem: import("react").ForwardRefExoticComponent<JSX.TaroTabItemCore & Omit<import("react").HTMLAttributes<HTMLTaroTabItemCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroTabItemCoreElement>>;
74
- declare const Tabbar: import("react").ForwardRefExoticComponent<JSX.TaroTabbar & Omit<import("react").HTMLAttributes<HTMLTaroTabbarElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroTabbarElement>>;
75
- declare const Tabs: import("react").ForwardRefExoticComponent<JSX.TaroTabsCore & Omit<import("react").HTMLAttributes<HTMLTaroTabsCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroTabsCoreElement>>;
76
- declare const Text: import("react").ForwardRefExoticComponent<JSX.TaroTextCore & Omit<import("react").HTMLAttributes<HTMLTaroTextCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroTextCoreElement>>;
77
- declare const Textarea: import("react").ForwardRefExoticComponent<JSX.TaroTextareaCore & Omit<import("react").HTMLAttributes<HTMLTaroTextareaCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroTextareaCoreElement>>;
78
- declare const VideoControl: import("react").ForwardRefExoticComponent<JSX.TaroVideoControl & Omit<import("react").HTMLAttributes<HTMLTaroVideoControlElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroVideoControlElement>>;
79
- declare const Video: import("react").ForwardRefExoticComponent<JSX.TaroVideoCore & Omit<import("react").HTMLAttributes<HTMLTaroVideoCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroVideoCoreElement>>;
80
- declare const VideoDanmu: import("react").ForwardRefExoticComponent<JSX.TaroVideoDanmu & Omit<import("react").HTMLAttributes<HTMLTaroVideoDanmuElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroVideoDanmuElement>>;
81
- declare const View: import("react").ForwardRefExoticComponent<JSX.TaroViewCore & Omit<import("react").HTMLAttributes<HTMLTaroViewCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroViewCoreElement>>;
82
- declare const VoipRoom: import("react").ForwardRefExoticComponent<JSX.TaroVoipRoomCore & Omit<import("react").HTMLAttributes<HTMLTaroVoipRoomCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroVoipRoomCoreElement>>;
83
- declare const WebView: import("react").ForwardRefExoticComponent<JSX.TaroWebViewCore & Omit<import("react").HTMLAttributes<HTMLTaroWebViewCoreElement>, "style"> & import("./interfaces-4f837811").StyleReactProps & import("react").RefAttributes<HTMLTaroWebViewCoreElement>>;
84
- export { Ad, AdCustom, AnimationVideo, AnimationView, ArCamera, Audio, AwemeData, Block, Button, Camera, Canvas, ChannelLive, ChannelVideo, Checkbox, CheckboxGroup, CommentDetail, CommentList, ContactButton, CoverImage, CoverView, CustomWrapper, Editor, FollowSwan, Form, FunctionalPageNavigator, Icon, Image, InlinePaymentPanel, Input, KeyboardAccessory, Label, Lifestyle, Like, LivePlayer, LivePusher, Login, Lottie, Map, MatchMedia, MovableArea, MovableView, NativeSlot, NavigationBar, Navigator, OfficialAccount, OpenData, PageContainer, PageMeta, Picker, PickerGroup, PickerViewColumn, PickerView, Progress, PullToRefresh, Radio, RadioGroup, RichText, RootPortal, RtcRoom, RtcRoomItem, ScrollView, ShareElement, Slider, Slot, Swiper, SwiperItem, Switch, TabItem, Tabbar, Tabs, Text, Textarea, VideoControl, Video, VideoDanmu, View, VoipRoom, WebView };
27
+ declare const Editor: import("react").ForwardRefExoticComponent<JSX.TaroEditorCore & Omit<import("react").HTMLAttributes<HTMLTaroEditorCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroEditorCoreElement>>;
28
+ declare const FollowSwan: import("react").ForwardRefExoticComponent<JSX.TaroFollowSwanCore & Omit<import("react").HTMLAttributes<HTMLTaroFollowSwanCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroFollowSwanCoreElement>>;
29
+ declare const Form: import("react").ForwardRefExoticComponent<JSX.TaroFormCore & Omit<import("react").HTMLAttributes<HTMLTaroFormCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroFormCoreElement>>;
30
+ declare const FunctionalPageNavigator: import("react").ForwardRefExoticComponent<JSX.TaroFunctionalPageNavigatorCore & Omit<import("react").HTMLAttributes<HTMLTaroFunctionalPageNavigatorCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroFunctionalPageNavigatorCoreElement>>;
31
+ declare const GridView: import("react").ForwardRefExoticComponent<JSX.TaroGridViewCore & Omit<import("react").HTMLAttributes<HTMLTaroGridViewCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroGridViewCoreElement>>;
32
+ declare const Icon: import("react").ForwardRefExoticComponent<JSX.TaroIconCore & Omit<import("react").HTMLAttributes<HTMLTaroIconCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroIconCoreElement>>;
33
+ declare const Image: import("react").ForwardRefExoticComponent<JSX.TaroImageCore & Omit<import("react").HTMLAttributes<HTMLTaroImageCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroImageCoreElement>>;
34
+ declare const InlinePaymentPanel: import("react").ForwardRefExoticComponent<JSX.TaroInlinePaymentPanelCore & Omit<import("react").HTMLAttributes<HTMLTaroInlinePaymentPanelCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroInlinePaymentPanelCoreElement>>;
35
+ declare const Input: import("react").ForwardRefExoticComponent<JSX.TaroInputCore & Omit<import("react").HTMLAttributes<HTMLTaroInputCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroInputCoreElement>>;
36
+ declare const KeyboardAccessory: import("react").ForwardRefExoticComponent<JSX.TaroKeyboardAccessoryCore & Omit<import("react").HTMLAttributes<HTMLTaroKeyboardAccessoryCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroKeyboardAccessoryCoreElement>>;
37
+ declare const Label: import("react").ForwardRefExoticComponent<JSX.TaroLabelCore & Omit<import("react").HTMLAttributes<HTMLTaroLabelCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroLabelCoreElement>>;
38
+ declare const Lifestyle: import("react").ForwardRefExoticComponent<JSX.TaroLifestyleCore & Omit<import("react").HTMLAttributes<HTMLTaroLifestyleCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroLifestyleCoreElement>>;
39
+ declare const Like: import("react").ForwardRefExoticComponent<JSX.TaroLikeCore & Omit<import("react").HTMLAttributes<HTMLTaroLikeCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroLikeCoreElement>>;
40
+ declare const ListView: import("react").ForwardRefExoticComponent<JSX.TaroListViewCore & Omit<import("react").HTMLAttributes<HTMLTaroListViewCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroListViewCoreElement>>;
41
+ declare const LivePlayer: import("react").ForwardRefExoticComponent<JSX.TaroLivePlayerCore & Omit<import("react").HTMLAttributes<HTMLTaroLivePlayerCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroLivePlayerCoreElement>>;
42
+ declare const LivePusher: import("react").ForwardRefExoticComponent<JSX.TaroLivePusherCore & Omit<import("react").HTMLAttributes<HTMLTaroLivePusherCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroLivePusherCoreElement>>;
43
+ declare const Login: import("react").ForwardRefExoticComponent<JSX.TaroLoginCore & Omit<import("react").HTMLAttributes<HTMLTaroLoginCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroLoginCoreElement>>;
44
+ declare const Lottie: import("react").ForwardRefExoticComponent<JSX.TaroLottieCore & Omit<import("react").HTMLAttributes<HTMLTaroLottieCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroLottieCoreElement>>;
45
+ declare const Map: import("react").ForwardRefExoticComponent<JSX.TaroMapCore & Omit<import("react").HTMLAttributes<HTMLTaroMapCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroMapCoreElement>>;
46
+ declare const MatchMedia: import("react").ForwardRefExoticComponent<JSX.TaroMatchMediaCore & Omit<import("react").HTMLAttributes<HTMLTaroMatchMediaCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroMatchMediaCoreElement>>;
47
+ declare const MovableArea: import("react").ForwardRefExoticComponent<JSX.TaroMovableAreaCore & Omit<import("react").HTMLAttributes<HTMLTaroMovableAreaCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroMovableAreaCoreElement>>;
48
+ declare const MovableView: import("react").ForwardRefExoticComponent<JSX.TaroMovableViewCore & Omit<import("react").HTMLAttributes<HTMLTaroMovableViewCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroMovableViewCoreElement>>;
49
+ declare const NativeSlot: import("react").ForwardRefExoticComponent<JSX.TaroNativeSlotCore & Omit<import("react").HTMLAttributes<HTMLTaroNativeSlotCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroNativeSlotCoreElement>>;
50
+ declare const NavigationBar: import("react").ForwardRefExoticComponent<JSX.TaroNavigationBarCore & Omit<import("react").HTMLAttributes<HTMLTaroNavigationBarCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroNavigationBarCoreElement>>;
51
+ declare const Navigator: import("react").ForwardRefExoticComponent<JSX.TaroNavigatorCore & Omit<import("react").HTMLAttributes<HTMLTaroNavigatorCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroNavigatorCoreElement>>;
52
+ declare const OfficialAccount: import("react").ForwardRefExoticComponent<JSX.TaroOfficialAccountCore & Omit<import("react").HTMLAttributes<HTMLTaroOfficialAccountCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroOfficialAccountCoreElement>>;
53
+ declare const OpenData: import("react").ForwardRefExoticComponent<JSX.TaroOpenDataCore & Omit<import("react").HTMLAttributes<HTMLTaroOpenDataCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroOpenDataCoreElement>>;
54
+ declare const PageContainer: import("react").ForwardRefExoticComponent<JSX.TaroPageContainerCore & Omit<import("react").HTMLAttributes<HTMLTaroPageContainerCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroPageContainerCoreElement>>;
55
+ declare const PageMeta: import("react").ForwardRefExoticComponent<JSX.TaroPageMetaCore & Omit<import("react").HTMLAttributes<HTMLTaroPageMetaCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroPageMetaCoreElement>>;
56
+ declare const Picker: import("react").ForwardRefExoticComponent<JSX.TaroPickerCore & Omit<import("react").HTMLAttributes<HTMLTaroPickerCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroPickerCoreElement>>;
57
+ declare const PickerGroup: import("react").ForwardRefExoticComponent<JSX.TaroPickerGroup & Omit<import("react").HTMLAttributes<HTMLTaroPickerGroupElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroPickerGroupElement>>;
58
+ declare const PickerViewColumn: import("react").ForwardRefExoticComponent<JSX.TaroPickerViewColumnCore & Omit<import("react").HTMLAttributes<HTMLTaroPickerViewColumnCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroPickerViewColumnCoreElement>>;
59
+ declare const PickerView: import("react").ForwardRefExoticComponent<JSX.TaroPickerViewCore & Omit<import("react").HTMLAttributes<HTMLTaroPickerViewCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroPickerViewCoreElement>>;
60
+ declare const Progress: import("react").ForwardRefExoticComponent<JSX.TaroProgressCore & Omit<import("react").HTMLAttributes<HTMLTaroProgressCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroProgressCoreElement>>;
61
+ declare const PullToRefresh: import("react").ForwardRefExoticComponent<JSX.TaroPullToRefresh & Omit<import("react").HTMLAttributes<HTMLTaroPullToRefreshElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroPullToRefreshElement>>;
62
+ declare const Radio: import("react").ForwardRefExoticComponent<JSX.TaroRadioCore & Omit<import("react").HTMLAttributes<HTMLTaroRadioCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroRadioCoreElement>>;
63
+ declare const RadioGroup: import("react").ForwardRefExoticComponent<JSX.TaroRadioGroupCore & Omit<import("react").HTMLAttributes<HTMLTaroRadioGroupCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroRadioGroupCoreElement>>;
64
+ declare const RichText: import("react").ForwardRefExoticComponent<JSX.TaroRichTextCore & Omit<import("react").HTMLAttributes<HTMLTaroRichTextCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroRichTextCoreElement>>;
65
+ declare const RootPortal: import("react").ForwardRefExoticComponent<JSX.TaroRootPortalCore & Omit<import("react").HTMLAttributes<HTMLTaroRootPortalCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroRootPortalCoreElement>>;
66
+ declare const RtcRoom: import("react").ForwardRefExoticComponent<JSX.TaroRtcRoomCore & Omit<import("react").HTMLAttributes<HTMLTaroRtcRoomCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroRtcRoomCoreElement>>;
67
+ declare const RtcRoomItem: import("react").ForwardRefExoticComponent<JSX.TaroRtcRoomItemCore & Omit<import("react").HTMLAttributes<HTMLTaroRtcRoomItemCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroRtcRoomItemCoreElement>>;
68
+ declare const ScrollView: import("react").ForwardRefExoticComponent<JSX.TaroScrollViewCore & Omit<import("react").HTMLAttributes<HTMLTaroScrollViewCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroScrollViewCoreElement>>;
69
+ declare const ShareElement: import("react").ForwardRefExoticComponent<JSX.TaroShareElementCore & Omit<import("react").HTMLAttributes<HTMLTaroShareElementCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroShareElementCoreElement>>;
70
+ declare const Slider: import("react").ForwardRefExoticComponent<JSX.TaroSliderCore & Omit<import("react").HTMLAttributes<HTMLTaroSliderCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroSliderCoreElement>>;
71
+ declare const Slot: import("react").ForwardRefExoticComponent<JSX.TaroSlotCore & Omit<import("react").HTMLAttributes<HTMLTaroSlotCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroSlotCoreElement>>;
72
+ declare const StickyHeader: import("react").ForwardRefExoticComponent<JSX.TaroStickyHeaderCore & Omit<import("react").HTMLAttributes<HTMLTaroStickyHeaderCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroStickyHeaderCoreElement>>;
73
+ declare const StickySection: import("react").ForwardRefExoticComponent<JSX.TaroStickySectionCore & Omit<import("react").HTMLAttributes<HTMLTaroStickySectionCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroStickySectionCoreElement>>;
74
+ declare const Swiper: import("react").ForwardRefExoticComponent<JSX.TaroSwiperCore & Omit<import("react").HTMLAttributes<HTMLTaroSwiperCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroSwiperCoreElement>>;
75
+ declare const SwiperItem: import("react").ForwardRefExoticComponent<JSX.TaroSwiperItemCore & Omit<import("react").HTMLAttributes<HTMLTaroSwiperItemCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroSwiperItemCoreElement>>;
76
+ declare const Switch: import("react").ForwardRefExoticComponent<JSX.TaroSwitchCore & Omit<import("react").HTMLAttributes<HTMLTaroSwitchCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroSwitchCoreElement>>;
77
+ declare const TabItem: import("react").ForwardRefExoticComponent<JSX.TaroTabItemCore & Omit<import("react").HTMLAttributes<HTMLTaroTabItemCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroTabItemCoreElement>>;
78
+ declare const Tabbar: import("react").ForwardRefExoticComponent<JSX.TaroTabbar & Omit<import("react").HTMLAttributes<HTMLTaroTabbarElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroTabbarElement>>;
79
+ declare const Tabs: import("react").ForwardRefExoticComponent<JSX.TaroTabsCore & Omit<import("react").HTMLAttributes<HTMLTaroTabsCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroTabsCoreElement>>;
80
+ declare const Text: import("react").ForwardRefExoticComponent<JSX.TaroTextCore & Omit<import("react").HTMLAttributes<HTMLTaroTextCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroTextCoreElement>>;
81
+ declare const Textarea: import("react").ForwardRefExoticComponent<JSX.TaroTextareaCore & Omit<import("react").HTMLAttributes<HTMLTaroTextareaCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroTextareaCoreElement>>;
82
+ declare const VideoControl: import("react").ForwardRefExoticComponent<JSX.TaroVideoControl & Omit<import("react").HTMLAttributes<HTMLTaroVideoControlElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroVideoControlElement>>;
83
+ declare const Video: import("react").ForwardRefExoticComponent<JSX.TaroVideoCore & Omit<import("react").HTMLAttributes<HTMLTaroVideoCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroVideoCoreElement>>;
84
+ declare const VideoDanmu: import("react").ForwardRefExoticComponent<JSX.TaroVideoDanmu & Omit<import("react").HTMLAttributes<HTMLTaroVideoDanmuElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroVideoDanmuElement>>;
85
+ declare const View: import("react").ForwardRefExoticComponent<JSX.TaroViewCore & Omit<import("react").HTMLAttributes<HTMLTaroViewCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroViewCoreElement>>;
86
+ declare const VoipRoom: import("react").ForwardRefExoticComponent<JSX.TaroVoipRoomCore & Omit<import("react").HTMLAttributes<HTMLTaroVoipRoomCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroVoipRoomCoreElement>>;
87
+ declare const WebView: import("react").ForwardRefExoticComponent<JSX.TaroWebViewCore & Omit<import("react").HTMLAttributes<HTMLTaroWebViewCoreElement>, "style"> & import("./interfaces-f526f1a2").StyleReactProps & import("react").RefAttributes<HTMLTaroWebViewCoreElement>>;
88
+ export { Ad, AdCustom, AnimationVideo, AnimationView, ArCamera, Audio, AwemeData, Block, Button, Camera, Canvas, ChannelLive, ChannelVideo, Checkbox, CheckboxGroup, CommentDetail, CommentList, ContactButton, CoverImage, CoverView, CustomWrapper, Editor, FollowSwan, Form, FunctionalPageNavigator, GridView, Icon, Image, InlinePaymentPanel, Input, KeyboardAccessory, Label, Lifestyle, Like, ListView, LivePlayer, LivePusher, Login, Lottie, Map, MatchMedia, MovableArea, MovableView, NativeSlot, NavigationBar, Navigator, OfficialAccount, OpenData, PageContainer, PageMeta, Picker, PickerGroup, PickerViewColumn, PickerView, Progress, PullToRefresh, Radio, RadioGroup, RichText, RootPortal, RtcRoom, RtcRoomItem, ScrollView, ShareElement, Slider, Slot, StickyHeader, StickySection, Swiper, SwiperItem, Switch, TabItem, Tabbar, Tabs, Text, Textarea, VideoControl, Video, VideoDanmu, View, VoipRoom, WebView };
@@ -1,87 +1,92 @@
1
1
  import { Fragment } from 'react';
2
2
  import { manipulatePropsFunction } from './helper.js';
3
3
  import './react-component-lib/index.js';
4
+ import { defineCustomElementTaroAdCore, defineCustomElementTaroAdCustomCore, defineCustomElementTaroAnimationVideoCore, defineCustomElementTaroAnimationViewCore, defineCustomElementTaroArCameraCore, defineCustomElementTaroAudioCore, defineCustomElementTaroAwemeDataCore, defineCustomElementTaroButtonCore, defineCustomElementTaroCameraCore, defineCustomElementTaroCanvasCore, defineCustomElementTaroChannelLiveCore, defineCustomElementTaroChannelVideoCore, defineCustomElementTaroCheckboxCore, defineCustomElementTaroCheckboxGroupCore, defineCustomElementTaroCommentDetailCore, defineCustomElementTaroCommentListCore, defineCustomElementTaroContactButtonCore, defineCustomElementTaroCoverImageCore, defineCustomElementTaroCoverViewCore, defineCustomElementTaroEditorCore, defineCustomElementTaroFollowSwanCore, defineCustomElementTaroFormCore, defineCustomElementTaroFunctionalPageNavigatorCore, defineCustomElementTaroGridViewCore, defineCustomElementTaroIconCore, defineCustomElementTaroImageCore, defineCustomElementTaroInlinePaymentPanelCore, defineCustomElementTaroInputCore, defineCustomElementTaroKeyboardAccessoryCore, defineCustomElementTaroLabelCore, defineCustomElementTaroLifestyleCore, defineCustomElementTaroLikeCore, defineCustomElementTaroListViewCore, defineCustomElementTaroLivePlayerCore, defineCustomElementTaroLivePusherCore, defineCustomElementTaroLoginCore, defineCustomElementTaroLottieCore, defineCustomElementTaroMapCore, defineCustomElementTaroMatchMediaCore, defineCustomElementTaroMovableAreaCore, defineCustomElementTaroMovableViewCore, defineCustomElementTaroNativeSlotCore, defineCustomElementTaroNavigationBarCore, defineCustomElementTaroNavigatorCore, defineCustomElementTaroOfficialAccountCore, defineCustomElementTaroOpenDataCore, defineCustomElementTaroPageContainerCore, defineCustomElementTaroPageMetaCore, defineCustomElementTaroPickerCore, defineCustomElementTaroPickerGroup, defineCustomElementTaroPickerViewColumnCore, defineCustomElementTaroPickerViewCore, defineCustomElementTaroProgressCore, defineCustomElementTaroPullToRefresh, defineCustomElementTaroRadioCore, defineCustomElementTaroRadioGroupCore, defineCustomElementTaroRichTextCore, defineCustomElementTaroRootPortalCore, defineCustomElementTaroRtcRoomCore, defineCustomElementTaroRtcRoomItemCore, defineCustomElementTaroScrollViewCore, defineCustomElementTaroShareElementCore, defineCustomElementTaroSliderCore, defineCustomElementTaroSlotCore, defineCustomElementTaroStickyHeaderCore, defineCustomElementTaroStickySectionCore, defineCustomElementTaroSwiperCore, defineCustomElementTaroSwiperItemCore, defineCustomElementTaroSwitchCore, defineCustomElementTaroTabItemCore, defineCustomElementTaroTabbar, defineCustomElementTaroTabsCore, defineCustomElementTaroTextCore, defineCustomElementTaroTextareaCore, defineCustomElementTaroVideoControl, defineCustomElementTaroVideoCore, defineCustomElementTaroVideoDanmu, defineCustomElementTaroViewCore, defineCustomElementTaroVoipRoomCore, defineCustomElementTaroWebViewCore } from '@tarojs/components/dist/components';
4
5
  import { createReactComponent } from './react-component-lib/createComponent.js';
5
6
 
6
7
  /* eslint-disable */
7
- const Ad = /*@__PURE__*/ createReactComponent('taro-ad-core', undefined, manipulatePropsFunction);
8
- const AdCustom = /*@__PURE__*/ createReactComponent('taro-ad-custom-core', undefined, manipulatePropsFunction);
9
- const AnimationVideo = /*@__PURE__*/ createReactComponent('taro-animation-video-core', undefined, manipulatePropsFunction);
10
- const AnimationView = /*@__PURE__*/ createReactComponent('taro-animation-view-core', undefined, manipulatePropsFunction);
11
- const ArCamera = /*@__PURE__*/ createReactComponent('taro-ar-camera-core', undefined, manipulatePropsFunction);
12
- const Audio = /*@__PURE__*/ createReactComponent('taro-audio-core', undefined, manipulatePropsFunction);
13
- const AwemeData = /*@__PURE__*/ createReactComponent('taro-aweme-data-core', undefined, manipulatePropsFunction);
8
+ const Ad = /*@__PURE__*/ createReactComponent('taro-ad-core', undefined, manipulatePropsFunction, defineCustomElementTaroAdCore);
9
+ const AdCustom = /*@__PURE__*/ createReactComponent('taro-ad-custom-core', undefined, manipulatePropsFunction, defineCustomElementTaroAdCustomCore);
10
+ const AnimationVideo = /*@__PURE__*/ createReactComponent('taro-animation-video-core', undefined, manipulatePropsFunction, defineCustomElementTaroAnimationVideoCore);
11
+ const AnimationView = /*@__PURE__*/ createReactComponent('taro-animation-view-core', undefined, manipulatePropsFunction, defineCustomElementTaroAnimationViewCore);
12
+ const ArCamera = /*@__PURE__*/ createReactComponent('taro-ar-camera-core', undefined, manipulatePropsFunction, defineCustomElementTaroArCameraCore);
13
+ const Audio = /*@__PURE__*/ createReactComponent('taro-audio-core', undefined, manipulatePropsFunction, defineCustomElementTaroAudioCore);
14
+ const AwemeData = /*@__PURE__*/ createReactComponent('taro-aweme-data-core', undefined, manipulatePropsFunction, defineCustomElementTaroAwemeDataCore);
14
15
  const Block = Fragment;
15
- const Button = /*@__PURE__*/ createReactComponent('taro-button-core', undefined, manipulatePropsFunction);
16
- const Camera = /*@__PURE__*/ createReactComponent('taro-camera-core', undefined, manipulatePropsFunction);
17
- const Canvas = /*@__PURE__*/ createReactComponent('taro-canvas-core', undefined, manipulatePropsFunction);
18
- const ChannelLive = /*@__PURE__*/ createReactComponent('taro-channel-live-core', undefined, manipulatePropsFunction);
19
- const ChannelVideo = /*@__PURE__*/ createReactComponent('taro-channel-video-core', undefined, manipulatePropsFunction);
20
- const Checkbox = /*@__PURE__*/ createReactComponent('taro-checkbox-core', undefined, manipulatePropsFunction);
21
- const CheckboxGroup = /*@__PURE__*/ createReactComponent('taro-checkbox-group-core', undefined, manipulatePropsFunction);
22
- const CommentDetail = /*@__PURE__*/ createReactComponent('taro-comment-detail-core', undefined, manipulatePropsFunction);
23
- const CommentList = /*@__PURE__*/ createReactComponent('taro-comment-list-core', undefined, manipulatePropsFunction);
24
- const ContactButton = /*@__PURE__*/ createReactComponent('taro-contact-button-core', undefined, manipulatePropsFunction);
25
- const CoverImage = /*@__PURE__*/ createReactComponent('taro-cover-image-core', undefined, manipulatePropsFunction);
26
- const CoverView = /*@__PURE__*/ createReactComponent('taro-cover-view-core', undefined, manipulatePropsFunction);
16
+ const Button = /*@__PURE__*/ createReactComponent('taro-button-core', undefined, manipulatePropsFunction, defineCustomElementTaroButtonCore);
17
+ const Camera = /*@__PURE__*/ createReactComponent('taro-camera-core', undefined, manipulatePropsFunction, defineCustomElementTaroCameraCore);
18
+ const Canvas = /*@__PURE__*/ createReactComponent('taro-canvas-core', undefined, manipulatePropsFunction, defineCustomElementTaroCanvasCore);
19
+ const ChannelLive = /*@__PURE__*/ createReactComponent('taro-channel-live-core', undefined, manipulatePropsFunction, defineCustomElementTaroChannelLiveCore);
20
+ const ChannelVideo = /*@__PURE__*/ createReactComponent('taro-channel-video-core', undefined, manipulatePropsFunction, defineCustomElementTaroChannelVideoCore);
21
+ const Checkbox = /*@__PURE__*/ createReactComponent('taro-checkbox-core', undefined, manipulatePropsFunction, defineCustomElementTaroCheckboxCore);
22
+ const CheckboxGroup = /*@__PURE__*/ createReactComponent('taro-checkbox-group-core', undefined, manipulatePropsFunction, defineCustomElementTaroCheckboxGroupCore);
23
+ const CommentDetail = /*@__PURE__*/ createReactComponent('taro-comment-detail-core', undefined, manipulatePropsFunction, defineCustomElementTaroCommentDetailCore);
24
+ const CommentList = /*@__PURE__*/ createReactComponent('taro-comment-list-core', undefined, manipulatePropsFunction, defineCustomElementTaroCommentListCore);
25
+ const ContactButton = /*@__PURE__*/ createReactComponent('taro-contact-button-core', undefined, manipulatePropsFunction, defineCustomElementTaroContactButtonCore);
26
+ const CoverImage = /*@__PURE__*/ createReactComponent('taro-cover-image-core', undefined, manipulatePropsFunction, defineCustomElementTaroCoverImageCore);
27
+ const CoverView = /*@__PURE__*/ createReactComponent('taro-cover-view-core', undefined, manipulatePropsFunction, defineCustomElementTaroCoverViewCore);
27
28
  const CustomWrapper = Fragment;
28
- const Editor = /*@__PURE__*/ createReactComponent('taro-editor-core', undefined, manipulatePropsFunction);
29
- const FollowSwan = /*@__PURE__*/ createReactComponent('taro-follow-swan-core', undefined, manipulatePropsFunction);
30
- const Form = /*@__PURE__*/ createReactComponent('taro-form-core', undefined, manipulatePropsFunction);
31
- const FunctionalPageNavigator = /*@__PURE__*/ createReactComponent('taro-functional-page-navigator-core', undefined, manipulatePropsFunction);
32
- const Icon = /*@__PURE__*/ createReactComponent('taro-icon-core', undefined, manipulatePropsFunction);
33
- const Image = /*@__PURE__*/ createReactComponent('taro-image-core', undefined, manipulatePropsFunction);
34
- const InlinePaymentPanel = /*@__PURE__*/ createReactComponent('taro-inline-payment-panel-core', undefined, manipulatePropsFunction);
35
- const Input = /*@__PURE__*/ createReactComponent('taro-input-core', undefined, manipulatePropsFunction);
36
- const KeyboardAccessory = /*@__PURE__*/ createReactComponent('taro-keyboard-accessory-core', undefined, manipulatePropsFunction);
37
- const Label = /*@__PURE__*/ createReactComponent('taro-label-core', undefined, manipulatePropsFunction);
38
- const Lifestyle = /*@__PURE__*/ createReactComponent('taro-lifestyle-core', undefined, manipulatePropsFunction);
39
- const Like = /*@__PURE__*/ createReactComponent('taro-like-core', undefined, manipulatePropsFunction);
40
- const LivePlayer = /*@__PURE__*/ createReactComponent('taro-live-player-core', undefined, manipulatePropsFunction);
41
- const LivePusher = /*@__PURE__*/ createReactComponent('taro-live-pusher-core', undefined, manipulatePropsFunction);
42
- const Login = /*@__PURE__*/ createReactComponent('taro-login-core', undefined, manipulatePropsFunction);
43
- const Lottie = /*@__PURE__*/ createReactComponent('taro-lottie-core', undefined, manipulatePropsFunction);
44
- const Map = /*@__PURE__*/ createReactComponent('taro-map-core', undefined, manipulatePropsFunction);
45
- const MatchMedia = /*@__PURE__*/ createReactComponent('taro-match-media-core', undefined, manipulatePropsFunction);
46
- const MovableArea = /*@__PURE__*/ createReactComponent('taro-movable-area-core', undefined, manipulatePropsFunction);
47
- const MovableView = /*@__PURE__*/ createReactComponent('taro-movable-view-core', undefined, manipulatePropsFunction);
48
- const NativeSlot = /*@__PURE__*/ createReactComponent('taro-native-slot-core', undefined, manipulatePropsFunction);
49
- const NavigationBar = /*@__PURE__*/ createReactComponent('taro-navigation-bar-core', undefined, manipulatePropsFunction);
50
- const Navigator = /*@__PURE__*/ createReactComponent('taro-navigator-core', undefined, manipulatePropsFunction);
51
- const OfficialAccount = /*@__PURE__*/ createReactComponent('taro-official-account-core', undefined, manipulatePropsFunction);
52
- const OpenData = /*@__PURE__*/ createReactComponent('taro-open-data-core', undefined, manipulatePropsFunction);
53
- const PageContainer = /*@__PURE__*/ createReactComponent('taro-page-container-core', undefined, manipulatePropsFunction);
54
- const PageMeta = /*@__PURE__*/ createReactComponent('taro-page-meta-core', undefined, manipulatePropsFunction);
55
- const Picker = /*@__PURE__*/ createReactComponent('taro-picker-core', undefined, manipulatePropsFunction);
56
- const PickerGroup = /*@__PURE__*/ createReactComponent('taro-picker-group', undefined, manipulatePropsFunction);
57
- const PickerViewColumn = /*@__PURE__*/ createReactComponent('taro-picker-view-column-core', undefined, manipulatePropsFunction);
58
- const PickerView = /*@__PURE__*/ createReactComponent('taro-picker-view-core', undefined, manipulatePropsFunction);
59
- const Progress = /*@__PURE__*/ createReactComponent('taro-progress-core', undefined, manipulatePropsFunction);
60
- const PullToRefresh = /*@__PURE__*/ createReactComponent('taro-pull-to-refresh', undefined, manipulatePropsFunction);
61
- const Radio = /*@__PURE__*/ createReactComponent('taro-radio-core', undefined, manipulatePropsFunction);
62
- const RadioGroup = /*@__PURE__*/ createReactComponent('taro-radio-group-core', undefined, manipulatePropsFunction);
63
- const RichText = /*@__PURE__*/ createReactComponent('taro-rich-text-core', undefined, manipulatePropsFunction);
64
- const RootPortal = /*@__PURE__*/ createReactComponent('taro-root-portal-core', undefined, manipulatePropsFunction);
65
- const RtcRoom = /*@__PURE__*/ createReactComponent('taro-rtc-room-core', undefined, manipulatePropsFunction);
66
- const RtcRoomItem = /*@__PURE__*/ createReactComponent('taro-rtc-room-item-core', undefined, manipulatePropsFunction);
67
- const ScrollView = /*@__PURE__*/ createReactComponent('taro-scroll-view-core', undefined, manipulatePropsFunction);
68
- const ShareElement = /*@__PURE__*/ createReactComponent('taro-share-element-core', undefined, manipulatePropsFunction);
69
- const Slider = /*@__PURE__*/ createReactComponent('taro-slider-core', undefined, manipulatePropsFunction);
70
- const Slot = /*@__PURE__*/ createReactComponent('taro-slot-core', undefined, manipulatePropsFunction);
71
- const Swiper = /*@__PURE__*/ createReactComponent('taro-swiper-core', undefined, manipulatePropsFunction);
72
- const SwiperItem = /*@__PURE__*/ createReactComponent('taro-swiper-item-core', undefined, manipulatePropsFunction);
73
- const Switch = /*@__PURE__*/ createReactComponent('taro-switch-core', undefined, manipulatePropsFunction);
74
- const TabItem = /*@__PURE__*/ createReactComponent('taro-tab-item-core', undefined, manipulatePropsFunction);
75
- const Tabbar = /*@__PURE__*/ createReactComponent('taro-tabbar', undefined, manipulatePropsFunction);
76
- const Tabs = /*@__PURE__*/ createReactComponent('taro-tabs-core', undefined, manipulatePropsFunction);
77
- const Text = /*@__PURE__*/ createReactComponent('taro-text-core', undefined, manipulatePropsFunction);
78
- const Textarea = /*@__PURE__*/ createReactComponent('taro-textarea-core', undefined, manipulatePropsFunction);
79
- const VideoControl = /*@__PURE__*/ createReactComponent('taro-video-control', undefined, manipulatePropsFunction);
80
- const Video = /*@__PURE__*/ createReactComponent('taro-video-core', undefined, manipulatePropsFunction);
81
- const VideoDanmu = /*@__PURE__*/ createReactComponent('taro-video-danmu', undefined, manipulatePropsFunction);
82
- const View = /*@__PURE__*/ createReactComponent('taro-view-core', undefined, manipulatePropsFunction);
83
- const VoipRoom = /*@__PURE__*/ createReactComponent('taro-voip-room-core', undefined, manipulatePropsFunction);
84
- const WebView = /*@__PURE__*/ createReactComponent('taro-web-view-core', undefined, manipulatePropsFunction);
29
+ const Editor = /*@__PURE__*/ createReactComponent('taro-editor-core', undefined, manipulatePropsFunction, defineCustomElementTaroEditorCore);
30
+ const FollowSwan = /*@__PURE__*/ createReactComponent('taro-follow-swan-core', undefined, manipulatePropsFunction, defineCustomElementTaroFollowSwanCore);
31
+ const Form = /*@__PURE__*/ createReactComponent('taro-form-core', undefined, manipulatePropsFunction, defineCustomElementTaroFormCore);
32
+ const FunctionalPageNavigator = /*@__PURE__*/ createReactComponent('taro-functional-page-navigator-core', undefined, manipulatePropsFunction, defineCustomElementTaroFunctionalPageNavigatorCore);
33
+ const GridView = /*@__PURE__*/ createReactComponent('taro-grid-view-core', undefined, manipulatePropsFunction, defineCustomElementTaroGridViewCore);
34
+ const Icon = /*@__PURE__*/ createReactComponent('taro-icon-core', undefined, manipulatePropsFunction, defineCustomElementTaroIconCore);
35
+ const Image = /*@__PURE__*/ createReactComponent('taro-image-core', undefined, manipulatePropsFunction, defineCustomElementTaroImageCore);
36
+ const InlinePaymentPanel = /*@__PURE__*/ createReactComponent('taro-inline-payment-panel-core', undefined, manipulatePropsFunction, defineCustomElementTaroInlinePaymentPanelCore);
37
+ const Input = /*@__PURE__*/ createReactComponent('taro-input-core', undefined, manipulatePropsFunction, defineCustomElementTaroInputCore);
38
+ const KeyboardAccessory = /*@__PURE__*/ createReactComponent('taro-keyboard-accessory-core', undefined, manipulatePropsFunction, defineCustomElementTaroKeyboardAccessoryCore);
39
+ const Label = /*@__PURE__*/ createReactComponent('taro-label-core', undefined, manipulatePropsFunction, defineCustomElementTaroLabelCore);
40
+ const Lifestyle = /*@__PURE__*/ createReactComponent('taro-lifestyle-core', undefined, manipulatePropsFunction, defineCustomElementTaroLifestyleCore);
41
+ const Like = /*@__PURE__*/ createReactComponent('taro-like-core', undefined, manipulatePropsFunction, defineCustomElementTaroLikeCore);
42
+ const ListView = /*@__PURE__*/ createReactComponent('taro-list-view-core', undefined, manipulatePropsFunction, defineCustomElementTaroListViewCore);
43
+ const LivePlayer = /*@__PURE__*/ createReactComponent('taro-live-player-core', undefined, manipulatePropsFunction, defineCustomElementTaroLivePlayerCore);
44
+ const LivePusher = /*@__PURE__*/ createReactComponent('taro-live-pusher-core', undefined, manipulatePropsFunction, defineCustomElementTaroLivePusherCore);
45
+ const Login = /*@__PURE__*/ createReactComponent('taro-login-core', undefined, manipulatePropsFunction, defineCustomElementTaroLoginCore);
46
+ const Lottie = /*@__PURE__*/ createReactComponent('taro-lottie-core', undefined, manipulatePropsFunction, defineCustomElementTaroLottieCore);
47
+ const Map = /*@__PURE__*/ createReactComponent('taro-map-core', undefined, manipulatePropsFunction, defineCustomElementTaroMapCore);
48
+ const MatchMedia = /*@__PURE__*/ createReactComponent('taro-match-media-core', undefined, manipulatePropsFunction, defineCustomElementTaroMatchMediaCore);
49
+ const MovableArea = /*@__PURE__*/ createReactComponent('taro-movable-area-core', undefined, manipulatePropsFunction, defineCustomElementTaroMovableAreaCore);
50
+ const MovableView = /*@__PURE__*/ createReactComponent('taro-movable-view-core', undefined, manipulatePropsFunction, defineCustomElementTaroMovableViewCore);
51
+ const NativeSlot = /*@__PURE__*/ createReactComponent('taro-native-slot-core', undefined, manipulatePropsFunction, defineCustomElementTaroNativeSlotCore);
52
+ const NavigationBar = /*@__PURE__*/ createReactComponent('taro-navigation-bar-core', undefined, manipulatePropsFunction, defineCustomElementTaroNavigationBarCore);
53
+ const Navigator = /*@__PURE__*/ createReactComponent('taro-navigator-core', undefined, manipulatePropsFunction, defineCustomElementTaroNavigatorCore);
54
+ const OfficialAccount = /*@__PURE__*/ createReactComponent('taro-official-account-core', undefined, manipulatePropsFunction, defineCustomElementTaroOfficialAccountCore);
55
+ const OpenData = /*@__PURE__*/ createReactComponent('taro-open-data-core', undefined, manipulatePropsFunction, defineCustomElementTaroOpenDataCore);
56
+ const PageContainer = /*@__PURE__*/ createReactComponent('taro-page-container-core', undefined, manipulatePropsFunction, defineCustomElementTaroPageContainerCore);
57
+ const PageMeta = /*@__PURE__*/ createReactComponent('taro-page-meta-core', undefined, manipulatePropsFunction, defineCustomElementTaroPageMetaCore);
58
+ const Picker = /*@__PURE__*/ createReactComponent('taro-picker-core', undefined, manipulatePropsFunction, defineCustomElementTaroPickerCore);
59
+ const PickerGroup = /*@__PURE__*/ createReactComponent('taro-picker-group', undefined, manipulatePropsFunction, defineCustomElementTaroPickerGroup);
60
+ const PickerViewColumn = /*@__PURE__*/ createReactComponent('taro-picker-view-column-core', undefined, manipulatePropsFunction, defineCustomElementTaroPickerViewColumnCore);
61
+ const PickerView = /*@__PURE__*/ createReactComponent('taro-picker-view-core', undefined, manipulatePropsFunction, defineCustomElementTaroPickerViewCore);
62
+ const Progress = /*@__PURE__*/ createReactComponent('taro-progress-core', undefined, manipulatePropsFunction, defineCustomElementTaroProgressCore);
63
+ const PullToRefresh = /*@__PURE__*/ createReactComponent('taro-pull-to-refresh', undefined, manipulatePropsFunction, defineCustomElementTaroPullToRefresh);
64
+ const Radio = /*@__PURE__*/ createReactComponent('taro-radio-core', undefined, manipulatePropsFunction, defineCustomElementTaroRadioCore);
65
+ const RadioGroup = /*@__PURE__*/ createReactComponent('taro-radio-group-core', undefined, manipulatePropsFunction, defineCustomElementTaroRadioGroupCore);
66
+ const RichText = /*@__PURE__*/ createReactComponent('taro-rich-text-core', undefined, manipulatePropsFunction, defineCustomElementTaroRichTextCore);
67
+ const RootPortal = /*@__PURE__*/ createReactComponent('taro-root-portal-core', undefined, manipulatePropsFunction, defineCustomElementTaroRootPortalCore);
68
+ const RtcRoom = /*@__PURE__*/ createReactComponent('taro-rtc-room-core', undefined, manipulatePropsFunction, defineCustomElementTaroRtcRoomCore);
69
+ const RtcRoomItem = /*@__PURE__*/ createReactComponent('taro-rtc-room-item-core', undefined, manipulatePropsFunction, defineCustomElementTaroRtcRoomItemCore);
70
+ const ScrollView = /*@__PURE__*/ createReactComponent('taro-scroll-view-core', undefined, manipulatePropsFunction, defineCustomElementTaroScrollViewCore);
71
+ const ShareElement = /*@__PURE__*/ createReactComponent('taro-share-element-core', undefined, manipulatePropsFunction, defineCustomElementTaroShareElementCore);
72
+ const Slider = /*@__PURE__*/ createReactComponent('taro-slider-core', undefined, manipulatePropsFunction, defineCustomElementTaroSliderCore);
73
+ const Slot = /*@__PURE__*/ createReactComponent('taro-slot-core', undefined, manipulatePropsFunction, defineCustomElementTaroSlotCore);
74
+ const StickyHeader = /*@__PURE__*/ createReactComponent('taro-sticky-header-core', undefined, manipulatePropsFunction, defineCustomElementTaroStickyHeaderCore);
75
+ const StickySection = /*@__PURE__*/ createReactComponent('taro-sticky-section-core', undefined, manipulatePropsFunction, defineCustomElementTaroStickySectionCore);
76
+ const Swiper = /*@__PURE__*/ createReactComponent('taro-swiper-core', undefined, manipulatePropsFunction, defineCustomElementTaroSwiperCore);
77
+ const SwiperItem = /*@__PURE__*/ createReactComponent('taro-swiper-item-core', undefined, manipulatePropsFunction, defineCustomElementTaroSwiperItemCore);
78
+ const Switch = /*@__PURE__*/ createReactComponent('taro-switch-core', undefined, manipulatePropsFunction, defineCustomElementTaroSwitchCore);
79
+ const TabItem = /*@__PURE__*/ createReactComponent('taro-tab-item-core', undefined, manipulatePropsFunction, defineCustomElementTaroTabItemCore);
80
+ const Tabbar = /*@__PURE__*/ createReactComponent('taro-tabbar', undefined, manipulatePropsFunction, defineCustomElementTaroTabbar);
81
+ const Tabs = /*@__PURE__*/ createReactComponent('taro-tabs-core', undefined, manipulatePropsFunction, defineCustomElementTaroTabsCore);
82
+ const Text = /*@__PURE__*/ createReactComponent('taro-text-core', undefined, manipulatePropsFunction, defineCustomElementTaroTextCore);
83
+ const Textarea = /*@__PURE__*/ createReactComponent('taro-textarea-core', undefined, manipulatePropsFunction, defineCustomElementTaroTextareaCore);
84
+ const VideoControl = /*@__PURE__*/ createReactComponent('taro-video-control', undefined, manipulatePropsFunction, defineCustomElementTaroVideoControl);
85
+ const Video = /*@__PURE__*/ createReactComponent('taro-video-core', undefined, manipulatePropsFunction, defineCustomElementTaroVideoCore);
86
+ const VideoDanmu = /*@__PURE__*/ createReactComponent('taro-video-danmu', undefined, manipulatePropsFunction, defineCustomElementTaroVideoDanmu);
87
+ const View = /*@__PURE__*/ createReactComponent('taro-view-core', undefined, manipulatePropsFunction, defineCustomElementTaroViewCore);
88
+ const VoipRoom = /*@__PURE__*/ createReactComponent('taro-voip-room-core', undefined, manipulatePropsFunction, defineCustomElementTaroVoipRoomCore);
89
+ const WebView = /*@__PURE__*/ createReactComponent('taro-web-view-core', undefined, manipulatePropsFunction, defineCustomElementTaroWebViewCore);
85
90
 
86
- export { Ad, AdCustom, AnimationVideo, AnimationView, ArCamera, Audio, AwemeData, Block, Button, Camera, Canvas, ChannelLive, ChannelVideo, Checkbox, CheckboxGroup, CommentDetail, CommentList, ContactButton, CoverImage, CoverView, CustomWrapper, Editor, FollowSwan, Form, FunctionalPageNavigator, Icon, Image, InlinePaymentPanel, Input, KeyboardAccessory, Label, Lifestyle, Like, LivePlayer, LivePusher, Login, Lottie, Map, MatchMedia, MovableArea, MovableView, NativeSlot, NavigationBar, Navigator, OfficialAccount, OpenData, PageContainer, PageMeta, Picker, PickerGroup, PickerView, PickerViewColumn, Progress, PullToRefresh, Radio, RadioGroup, RichText, RootPortal, RtcRoom, RtcRoomItem, ScrollView, ShareElement, Slider, Slot, Swiper, SwiperItem, Switch, TabItem, Tabbar, Tabs, Text, Textarea, Video, VideoControl, VideoDanmu, View, VoipRoom, WebView };
91
+ export { Ad, AdCustom, AnimationVideo, AnimationView, ArCamera, Audio, AwemeData, Block, Button, Camera, Canvas, ChannelLive, ChannelVideo, Checkbox, CheckboxGroup, CommentDetail, CommentList, ContactButton, CoverImage, CoverView, CustomWrapper, Editor, FollowSwan, Form, FunctionalPageNavigator, GridView, Icon, Image, InlinePaymentPanel, Input, KeyboardAccessory, Label, Lifestyle, Like, ListView, LivePlayer, LivePusher, Login, Lottie, Map, MatchMedia, MovableArea, MovableView, NativeSlot, NavigationBar, Navigator, OfficialAccount, OpenData, PageContainer, PageMeta, Picker, PickerGroup, PickerView, PickerViewColumn, Progress, PullToRefresh, Radio, RadioGroup, RichText, RootPortal, RtcRoom, RtcRoomItem, ScrollView, ShareElement, Slider, Slot, StickyHeader, StickySection, Swiper, SwiperItem, Switch, TabItem, Tabbar, Tabs, Text, Textarea, Video, VideoControl, VideoDanmu, View, VoipRoom, WebView };
87
92
  //# sourceMappingURL=components.js.map