Spaces:
Running
Running
File size: 235 Bytes
e8a57cb | 1 2 3 4 5 6 7 8 9 10 11 12 | import { renderToString } from 'preact-render-to-string';
export {
renderToString,
renderToString as renderToStaticMarkup
} from 'preact-render-to-string';
export default {
renderToString,
renderToStaticMarkup: renderToString
};
|