UNPKG

@hanamura/rcgen

Version:

Generate optimized React container components from configuration

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