UNPKG

nitro-codegen

Version:

The code-generator for react-native-nitro-modules.

4 lines (3 loc) 201 B
import type { SourceFile } from '../SourceFile.js'; import type { HybridObjectSpec } from '../HybridObjectSpec.js'; export declare function createCppHybridObject(spec: HybridObjectSpec): SourceFile[];