Files

12 lines
235 B
JavaScript
Raw Permalink Normal View History

2025-08-27 14:05:33 +08:00
import { renderToString } from 'preact-render-to-string';
export {
renderToString,
renderToString as renderToStaticMarkup
} from 'preact-render-to-string';
export default {
renderToString,
renderToStaticMarkup: renderToString
};