Astro implementation
Closed this issue ยท 0 comments
fabiancook commented
๐ Feature Proposal
Provide an implementation of renderToStaticMarkup
compatible with Astro
Example
interface RenderToStaticMarkup {
(...args: Parameters<typeof createNode>): Promise<string>
}