UNPKG

nitro-codegen

Version:

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

4 lines (3 loc) 186 B
type DeclarationKind = 'class' | 'struct' | 'enum class'; export declare function getForwardDeclaration(kind: DeclarationKind, className: string, namespace?: string): string; export {};