You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Try to mimic the Preact TSD.
- Example usage with `noImplicitAny` enabled:
import { render } from "preact-render-to-string";
- No idea if I've done it right but it seems to compile and hopefully
someone more knowledgeable can build on this.
0 commit comments