UNPKG

@asyncapi/generator

Version:

The AsyncAPI generator. It can generate documentation, code, anything!

12 lines (10 loc) 201 B
import { Text } from '@asyncapi/generator-react-sdk'; export function ModuleExport({ clientName }) { return ( <Text> { `module.exports = ${clientName};` } </Text> ); }