UNPKG

radish

Version:

Radish is a React-based static site generator that outputs plain HTML and CSS.

3 lines (2 loc) 118 B
import type { Page, PageProps } from "./types"; export default function render(page: Page, props: PageProps): string;