UNPKG

preact

Version:

Fast 3kb React-compatible Virtual DOM library.

12 lines (9 loc) 235 B
import { renderToString } from 'preact-render-to-string'; export { renderToString, renderToString as renderToStaticMarkup } from 'preact-render-to-string'; export default { renderToString, renderToStaticMarkup: renderToString };