UNPKG

nitro-codegen

Version:

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

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