deno.land / x / lume@v2.1.4 / tests / assets / jsx_preact / _components / button.jsx
123456/** @jsxImportSource npm:preact@10.10.6 */export default function ({ type }) { return <button type={type}>Hello</button>;}
Version Info