UNPKG

nitro-codegen

Version:

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

4 lines (3 loc) 212 B
import type { FileWithReferencedTypes } from '../SourceFile.js'; import { StructType } from '../types/StructType.js'; export declare function createSwiftStructBridge(struct: StructType): FileWithReferencedTypes;