UNPKG

@react-native-ohos/sample-package

Version:

react native harmony sample package

7 lines 510 B
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"; //# sourceMappingURL=index.d.ts.map