Files

12 lines
235 B
JavaScript
Raw Permalink Normal View History

2025-07-26 16:40:29 +08:00
import { renderToString } from 'preact-render-to-string';
export {
renderToString,
renderToString as renderToStaticMarkup
} from 'preact-render-to-string';
export default {
renderToString,
renderToStaticMarkup: renderToString
};