//@ts-check import React from "https://esm.sh/preact@10.11.3/compat"; import {html} from "https://esm.sh/htm@3.1.1/preact"; export default { Button({label, icon, light, disabled}) { return html` ${ icon && html`${icon}` } ${label} `; }, Chart() { return html`