Move components.ts into many SFC files
This commit is contained in:
17
packages/core/src/components/index.ts
Executable file
17
packages/core/src/components/index.ts
Executable file
@@ -0,0 +1,17 @@
|
||||
export { default as NativeDismissGesture } from "./NativeDismissGesture.vue";
|
||||
export { default as NativeGestureLink } from "./NativeGestureLink.vue";
|
||||
export { default as NativeLink } from "./NativeLink.vue";
|
||||
export { default as NativeNavigator } from "./NativeNavigator.vue";
|
||||
export { default as NativeRouterView } from "./NativeRouterView.vue";
|
||||
export { navigationOptionsFromElement } from "./gestures";
|
||||
export {
|
||||
onNativeViewActivate,
|
||||
onNativeViewDeactivate,
|
||||
onNativeViewEvict,
|
||||
onNativeViewHide,
|
||||
onNativeViewShow,
|
||||
useNativeRouter,
|
||||
useNativeViewActiveEffect,
|
||||
useNativeViewLifecycle,
|
||||
useNativeViewVisibleEffect,
|
||||
} from "./lifecycle";
|
||||
Reference in New Issue
Block a user