It seems like it’s possible, but I can’t figure out how to do it.
Code below works in JS, but not in TS.
npm install htm
import { html } from 'htm/preact' // <= TS error here, can't find import
html`<div>hello</div>`
It seems like it’s possible, but I can’t figure out how to do it.
Code below works in JS, but not in TS.
npm install htm
import { html } from 'htm/preact' // <= TS error here, can't find import
html`<div>hello</div>`