Files
WAI_Project_VUE/node_modules/preact/compat/server.browser.js

12 lines
235 B
JavaScript
Raw Normal View History

2025-11-24 23:24:06 +08:00
import { renderToString } from 'preact-render-to-string';
export {
renderToString,
renderToString as renderToStaticMarkup
} from 'preact-render-to-string';
export default {
renderToString,
renderToStaticMarkup: renderToString
};