UNPKG

@hanamura/rcgen

Version:

Generate optimized React container components from configuration

6 lines (5 loc) 136 B
import { Config } from '../../src/types'; /** * Render the Stack component */ export default function render(config: Config): string;