UNPKG

@react-native-ohos/sample-package

Version:

react native harmony sample package

14 lines (11 loc) 653 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 type { IncomingData } from "./specs/ArkTSNativeComponent"; export type { IncomingDataCAPI, SupportedCommandArgs } from "./specs/CAPINativeComponent"; export { GeneratedSampleComponentArkTS } from "./ArkTSFabric"; export { GeneratedSampleComponentCAPI } from "./CAPIFabric"; export { SomeEnum1, SomeEnum2, SomeEnum3 } from "./specs/NativeGeneratedSampleTurboModule"; export {default as CodegenSampleTurboModule} from "./specs/NativeGeneratedSampleTurboModule";