UNPKG

nitro-codegen

Version:

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

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