UNPKG

@react-native-ohos/sample-package

Version:

react native harmony sample package

11 lines (10 loc) 521 B
/* * Copyright (c) 2024 Huawei Device Co., Ltd. All rights reserved * Use of this source code is governed by a MIT license that can be * found in the LICENSE file. */ export { GeneratedSampleComponentArkTS } from "./ArkTSFabric"; export { GeneratedSampleComponentCAPI } from "./CAPIFabric"; export { SomeEnum1, SomeEnum2, SomeEnum3 } from "./specs/NativeGeneratedSampleTurboModule"; export { default as CodegenSampleTurboModule } from "./specs/NativeGeneratedSampleTurboModule"; //# sourceMappingURL=index.js.map